# $Id: Portfile 28159 2007-08-23 09:31:59Z ryandesign@macports.org $ PortSystem 1.0 name openbabel version 2.1.1 categories science devel platforms darwin maintainers beatrupp@gmail.com description A chemistry file translation program. long_description Open Babel is a free, open-source version \ of the Babel chemistry file translation program. \ OpenBabel is a project designed to pick up where \ Babel left off, as a cross-platform program and \ library designed to interconvert between many \ file formats used in molecular modeling and \ computational chemistry. homepage http://openbabel.sourceforge.net/ master_sites sourceforge checksums md5 a2a002c6913d6fb94fdc7dede2166194 configure.args --mandir=${prefix}/share/man depends_lib port:libiconv port:libxml2 port:zlib platform darwin 7 { depends_build port:libtool configure.env LIBTOOL=${prefix}/bin/glibtool build.args LIBTOOL=${prefix}/bin/glibtool destroot.args LIBTOOL=${prefix}/bin/glibtool } platform darwin 8 { configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 }