Ticket #8985: Portfile

File Portfile, 1.1 KB (added by adamw@…, 18 years ago)

Portfile for emulators/mednafen

Line 
1# $Id$
2
3PortSystem 1.0
4
5name            mednafen
6version         0.6.1
7platforms       darwin
8categories      emulators games
9maintainers     adamw@freebsd.org
10description     Super-fast and super-compatible emulator for many video game systems
11long_description        Medfafen is a portable (utilizing OpenGL and SDL) \
12                        argument-driven multi-system emulator with many \
13                        advanced features. The Atari Lynx, GameBoy, GameBoy \
14                        Colour, GameBoy Advance, NES, PC Engine (TurboGrafx 16) \
15                        and SuperGrafx are emulated. Mednafen has the ability \
16                        to remap hotkey functions and virtual system inputs \
17                        to a keyboard, a joystick, or both simultaneously. \
18                        Save states are supported, as is real-time game \
19                        rewinding.
20
21homepage        http://www.mednafen.com/
22master_sites    http://mednafen.com/releases/
23use_bzip2       yes
24checksums       md5 4918b570f48f049021ead85b3b40edcb
25depends_lib     bin:sdl-config:libsdl \
26                lib:libsdl_net:libsdl_net \
27                lib:libsndfile:libsndfile \
28                lib:libcdio:libcdio \
29                lib:libz:zlib
30
31# Just an FYI: even though it takes a billion years to compile
32# src/gba/arm.cpp, it *does* finish eventually.
33
34worksrcdir      ${name}
35configure.env   LDFLAGS="-L${prefix}/lib" \
36                CPPFLAGS="-I${prefix}/include"