Ticket #15924: Portfile-rrdtool.diff
File Portfile-rrdtool.diff, 1.9 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. 096 version 2.11 7 7 categories audio 8 8 maintainers mac.com:mlund 9 9 description Unix Amiga Delitracker Emulator 10 10 long_description UADE plays old amiga music formats by emulating Amiga hardware.\ 11 It re-uses Amiga Eagleplayer plugins to play different formats.\ 12 Eagleplayer plugins require an implementation of the Eagleplayer API and AmigaOS APIs to run on.\ 13 Therefore Eagleplayer API and parts of AmigaOS have been implemented in uade. 11 It re-uses Amiga Eagleplayer plugins to play different formats. 14 12 homepage http://zakalwe.fi/uade 15 13 platforms darwin 16 14 distname uade-${version} 17 # extract.suffix .tar.bz218 # extract.cmd bzip219 15 use_bzip2 yes 20 16 master_sites http://zakalwe.fi/uade/uade2/ 21 patchfiles patch-Makefile.in.diff22 17 23 checksums md5 8 f49cd3e99e91d58ace7bffde878f6fc\24 sha1 ca68a42258442a4861e57fa88c082b09fc263cbb\25 rmd160 231a6fbea46d4f84c09166c24f09c1b4c9c7f03318 checksums md5 8ede4c77d2bcdd54ef008c0d0016e6aa \ 19 sha1 4a38210e64be762545d1f7852ccb5a1ec65970e7 \ 20 rmd160 03695e1c18a7dc26884e888f7edcad81f5034ca0 26 21 27 22 depends_lib port:libao \ 28 23 port:pkgconfig 29 24 30 configure.args --without-xmms --without-audacious 25 configure.args --without-uadefs --without-xmms --without-audacious --package-prefix=${destroot} 26 27 variant uadefs description {Build with Amiga to WAV filesystem (fuse)} { 28 depends_lib-append port:macfuse 29 configure.args-delete --without-uadefs 30 }