Ticket #7410: patch
File patch, 962 bytes (added by beatrupp (Beat Rupp), 19 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile,v 1.3 2005/09/13 06:57:51 olegb Exp$1 # $Id: $ 2 2 PortSystem 1.0 3 3 name openbabel 4 version 1.100.2 4 version 2.0.0 5 revision 1 5 6 description A chemistry file translation program. 6 7 long_description Open Babel is a free, open-source version \ 7 8 of the Babel chemistry file translation program. \ … … 15 16 platforms darwin 16 17 homepage http://openbabel.sf.net 17 18 master_sites sourceforge 18 checksums md5 03de74acaadc4beb651f96485169ec65 19 configure.args --mandir=${prefix}/share/man 20 configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \ 21 CC=gcc-3.3 CXX=g++-3.3 19 checksums md5 3bddfa9188042e2518eb53c064279b4e 20 depends_lib lib:libtool:libtool 21 22 platform darwin 7 { 23 configure.env LIBTOOL=glibtool 24 build.args LIBTOOL=glibtool 25 destroot.args LIBTOOL=glibtool 26 }