Ticket #1674: Portfile

File Portfile, 617 bytes (added by riccardo@…, 20 years ago)

advancemenu Portfile

Line 
1# $Id: $
2PortSystem              1.0
3
4name                    advancemenu
5version                 2.3.1
6platforms               darwin
7maintainers             riccardo@andreoli.net
8categories              games
9
10description             advanced frontend for many emulators
11long_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
15master_sites            sourceforge:advancemame
16checksums               md5 a0f4046a6f58f74a317314fd2f66ba99
17homepage                http://advancemame.sourceforge.net/
18
19depends_lib             bin:sdl-config:libsdl
20
21configure.args          --mandir=${destroot}${prefix}/share/man
22destroot.destdir        prefix=${destroot}${prefix}
23
24
25
26