# $Id: Portfile 81747 2011-08-04 17:24:10Z jmr@macports.org $

PortSystem          1.0

name                chemtool
version             1.6.12
categories          science
platforms           darwin
maintainers         nomaintainer
description         Chemtool is a small program for drawing chemical structures
long_description    ${description}

homepage            http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
master_sites        ${homepage}

checksums           md5     f9e0633cbda09fcfe5a4ea4c56bcd460 \
                    sha1    23ab6555fcad2b85c3ecdde7ee4b62f1de1c7acc \
                    rmd160  b3501d4af20164e6ec3227970d6daf2950e5506c

depends_build       port:pkgconfig
depends_lib         port:gtk2 \
                    port:openbabel \
                    port:transfig

# transfig is not universal
universal_variant   no

configure.args      --mandir=${prefix}/share/man
