Ticket #15684: Portfile

File Portfile, 1.1 KB (added by mlund (Mikael Lund), 16 years ago)

Portfile

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