1 | # Modified from port file example by pguyot@kallisys.net |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name rftg |
---|
6 | version 0.9.6 |
---|
7 | revision 0 |
---|
8 | categories games |
---|
9 | maintainers nomaintainer |
---|
10 | description Race for the Galaxy |
---|
11 | long_description \ |
---|
12 | Race for the Galaxy is a Card Game with AI Opponents. |
---|
13 | platforms darwin |
---|
14 | homepage https://github.com/bnordli/rftg |
---|
15 | fetch.type git |
---|
16 | git.url https://github.com/bnordli/rftg.git |
---|
17 | git.branch 1fb31b9a3b19f536a0ef0392ba4a3fb6e66abc88 |
---|
18 | |
---|
19 | universal_variant no |
---|
20 | |
---|
21 | #patchfiles patch-${version}-gui.c.diff |
---|
22 | |
---|
23 | |
---|
24 | configure.cmd "cd src; ./configure" |
---|
25 | #configure.args --mandir=${destroot}${prefix}/share/man |
---|
26 | |
---|
27 | build.args -C src CFLAGS="-U __APPLE__" |
---|
28 | depends_lib port:gtk2 port:libpng port:pkgconfig |
---|
29 | destroot.args "-C src" |
---|
30 | destroot.umask 002 |
---|
31 | |
---|