Ticket #23962: Portfile-mscgen.diff
File Portfile-mscgen.diff, 1.4 KB (added by tvb377@…, 15 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name mscgen 6 version 0.1 36 version 0.17 7 7 categories graphics 8 8 maintainers landonf 9 9 homepage http://www.mcternan.me.uk/mscgen/ … … 21 21 master_sites ${homepage}/software/ 22 22 distname ${name}-src-${version} 23 23 24 checksums md5 12fc1275458449b112d938109b91674a\25 sha1 aff63d3614c9a1af99ec3d5ef73523826415954e\26 rmd160 7 c787821e80ce85c26816e314272342f61708ffb24 checksums md5 b3a084a31070a0db2e0bb40a35825fac \ 25 sha1 17db4a1f6c84eeda244a933075975bf922907174 \ 26 rmd160 751cee2f282ce94608a4f818696b179a74d063cc 27 27 28 28 depends_lib port:gd2 29 29 30 worksrcdir ${name} /src30 worksrcdir ${name}-${version} 31 31 32 use_configure no 33 build.target all-osx 34 build.args CFLAGS="-I. -I../parser -I${prefix}/include -DPACKAGE_VERSION=${version}" 35 36 destroot { 37 file copy ${worksrcpath}/../bin/mscgen ${destroot}/${prefix}/bin 38 } 32 configure.env GDLIB_CFLAGS='${configure.cflags}' GDLIB_LIBS='-lgd' 33 use_configure yes 34 configure.args --prefix=${prefix}