Ticket #7410: patch

File patch, 962 bytes (added by beatrupp (Beat Rupp), 18 years ago)

Diff for version 1.100.2 -> 2.0.0

  • Portfile

    old new  
    1 # $Id: Portfile,v 1.3 2005/09/13 06:57:51 olegb Exp $
     1# $Id: $
    22PortSystem 1.0
    33name        openbabel
    4 version     1.100.2
     4version     2.0.0
     5revision        1
    56description A chemistry file translation program.
    67long_description    Open Babel is a free, open-source version \
    78            of the Babel chemistry file translation program. \
     
    1516platforms   darwin
    1617homepage    http://openbabel.sf.net
    1718master_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
     19checksums   md5 3bddfa9188042e2518eb53c064279b4e
     20depends_lib     lib:libtool:libtool
     21
     22platform darwin 7 {
     23configure.env LIBTOOL=glibtool
     24build.args    LIBTOOL=glibtool
     25destroot.args LIBTOOL=glibtool
     26}