# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem 1.0

name		openbabel
version		2.2.0
categories	science devel
platforms	darwin 
maintainers	gmail.com:beatrupp
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 643a18c7ba09254d36e93afd6277346f
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
}

