Ticket #33356: Portfile-php5-rrdtool.diff
File Portfile-php5-rrdtool.diff, 993 bytes (added by opensource@…, 13 years ago) |
---|
-
Portfile
old new 1 # $Id $1 # $Id: Portfile 76088 2011-02-18 05:59:53Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 PortGroup php5extension 1.0 5 5 6 php5extension.setup rrd tool 1.07 revision 66 php5extension.setup rrd 1.0.5 pecl 7 revision 7 8 8 categories-append net devel 9 9 platforms darwin 10 10 maintainers markd … … 13 13 14 14 homepage http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.txt 15 15 16 master_sites http://oss.oetiker.ch/rrdtool/pub/contrib/ 17 checksums md5 c86a45cfc54517b9066c480bbc589d43 18 distfiles php_rrdtool.tar.gz 16 master_sites http://pecl.php.net/get/ 17 checksums md5 71def9c2bbe192769b9c929f4180db14 19 18 20 19 depends_lib-append port:rrdtool port:re2c port:libpng 21 20 22 worksrcdir rrdtool23 24 21 configure.cflags-append "-DHAVE_RRD_12X" 25 configure.args --with-rrd tool=${prefix}22 configure.args --with-rrd=${prefix}