Ticket #16538: Portfile-rrdtool.diff
File Portfile-rrdtool.diff, 1.4 KB (added by mlund (Mikael Lund), 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name uade2 6 version 2.1 16 version 2.12 7 7 categories audio 8 8 maintainers mac.com:mlund 9 9 description Unix Amiga Delitracker Emulator … … 15 15 use_bzip2 yes 16 16 master_sites http://zakalwe.fi/uade/uade2/ 17 17 18 checksums md5 8ede4c77d2bcdd54ef008c0d0016e6aa\19 sha1 4a38210e64be762545d1f7852ccb5a1ec65970e7\20 rmd160 03695e1c18a7dc26884e888f7edcad81f5034ca018 checksums md5 72342daf52b43ac0c51086cdc088f25c \ 19 sha1 799eab82fa984c735bbed179c03190e5249a58ab \ 20 rmd160 9a22225c21829d73ad2738c17872e6d31754ed14 21 21 22 22 depends_lib port:libao \ 23 23 port:pkgconfig 24 24 25 25 configure.args --without-uadefs --without-xmms --without-audacious --package-prefix=${destroot} 26 post-configure { 27 reinplace "s|objcopy|echo|g" ${worksrcpath}/src/frontends/xmms/Makefile 28 } 26 29 27 30 variant uadefs description {Build with Amiga to WAV filesystem (fuse)} { 28 31 depends_lib-append port:macfuse 29 32 configure.args-delete --without-uadefs 30 33 } 34 35 variant xmms description {Build with plugin for the xmms player} { 36 depends_lib-append port:xmms 37 configure.args-delete --without-xmms 38 } 39