Ticket #55468: Portfile

File Portfile, 762 bytes (added by tcwan (TC Wan), 7 years ago)

Portfile for rftg

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