1 | |
---|
2 | PortSystem 1.0 |
---|
3 | name VisualBoyAdvance |
---|
4 | version 1.7.2 |
---|
5 | maintainers jtonio@users.sourceforge.net |
---|
6 | categories emulators games |
---|
7 | description An emulator for Gameboy and GameboyAdvance systems. |
---|
8 | long_description An emulator for Gameboy and GameboyAdvance systems. |
---|
9 | |
---|
10 | homepage http://vba.ngemu.com/index.shtml |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | distfiles ${name}-src-${version}.tar.gz |
---|
14 | master_sites sourceforge:vba |
---|
15 | checksums md5 cc02339e3fd8efd9f23121b0a2f81fd8 |
---|
16 | |
---|
17 | depends_lib bin:sdl-config:libsdl \ |
---|
18 | lib:libpng:libpng |
---|
19 | |
---|
20 | configure.env LDFLAGS="-L${prefix}/lib" CXXFLAGS="-I${prefix}/include" |
---|
21 | |
---|
22 | destroot.destdir prefix=${destroot}${prefix} |
---|