1 | # $Id: Portfile 30227 2007-10-22 22:55:58Z jmpp@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name advancemenu |
---|
5 | version 2.4.12 |
---|
6 | platforms darwin |
---|
7 | maintainers nomaintainer |
---|
8 | categories games |
---|
9 | |
---|
10 | description advanced frontend for many emulators |
---|
11 | long_description AdvanceMENU is a frontend with sound and animated \ |
---|
12 | previews of your games for AdvanceMAME, MAME, MESS, \ |
---|
13 | RAINE and any other emulator. |
---|
14 | |
---|
15 | master_sites sourceforge:advancemame |
---|
16 | checksums md5 82455cf6c5d038e26985ab757e3a0376 |
---|
17 | homepage http://advancemame.sourceforge.net/menu-readme.html |
---|
18 | |
---|
19 | depends_lib bin:sdl-config:libsdl lib:freetype:freetype \ |
---|
20 | lib:libz:zlib lib:libexpat:expat |
---|
21 | |
---|
22 | configure.args --mandir=\\\${prefix}/share/man |
---|
23 | |
---|
24 | destroot.destdir prefix=${destroot}${prefix} |
---|
25 | |
---|
26 | platform darwin i386 { |
---|
27 | depends_build-append port:autoconf |
---|
28 | use_autoconf yes |
---|
29 | patchfiles patch-configure.ac.diff |
---|
30 | configure.args-append --enable-asm=no --enable-backtrace=no --enable-ucontexth=no |
---|
31 | } |
---|