Ticket #55468: Portfile.2

File Portfile.2, 781 bytes (added by tcwan (TC Wan), 6 years ago)

Latest Portfile referencing most recent git commit.

Line 
1# Modified from port file example by pguyot@kallisys.net
2
3PortSystem                      1.0
4
5name                            rftg
6version                         0.9.6
7revision                        1
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
17#git.branch                     1fb31b9a3b19f536a0ef0392ba4a3fb6e66abc88
18git.branch                      eedc94a6ae2b5b582d7989d9df74b6d4fd881d47
19
20universal_variant no
21
22#patchfiles             patch-${version}-gui.c.diff
23
24
25configure.cmd           "cd src; ./configure"
26configure.args          --mandir=${destroot}${prefix}/share/man
27
28build.args              -C src CFLAGS="-U __APPLE__"
29depends_lib             port:gtk2 port:libpng
30destroot.args           "-C src"
31