a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20457 2006-11-03 15:12:00Z blair@macports.org $
PortSystem 1.0
name openbabel
version 2.0.2
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 1cb8d4a99482d2d109887a099d1a719e
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
}