1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name uade2 |
---|
6 | version 2.09 |
---|
7 | categories audio |
---|
8 | maintainers mac.com:mlund |
---|
9 | description Unix Amiga Delitracker Emulator |
---|
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. |
---|
14 | homepage http://zakalwe.fi/uade |
---|
15 | platforms darwin |
---|
16 | distname uade-${version} |
---|
17 | extract.suffix .tar.bz2 |
---|
18 | extract.cmd bzip2 |
---|
19 | master_sites http://zakalwe.fi/uade/uade2/ |
---|
20 | patchfiles patch-Makefile.in |
---|
21 | |
---|
22 | checksums md5 8f49cd3e99e91d58ace7bffde878f6fc \ |
---|
23 | sha1 ca68a42258442a4861e57fa88c082b09fc263cbb \ |
---|
24 | rmd160 231a6fbea46d4f84c09166c24f09c1b4c9c7f033 |
---|
25 | |
---|
26 | depends_lib port:libao \ |
---|
27 | port:pkg-config |
---|
28 | |
---|
29 | configure.args --without-xmms --without-audacious |
---|
30 | |
---|