Commits
Mark Moll authored 915329b85c3
1 1 | PortSystem 1.0 |
2 2 | PortGroup muniversal 1.0 |
3 3 | |
4 4 | name xmj |
5 - | version 1.14 |
5 + | version 1.15 |
6 6 | categories games x11 |
7 7 | platforms darwin |
8 8 | maintainers {mmoll @mamoll} |
9 9 | license GPL-2+ |
10 10 | description X graphical mahjong multi-player game |
11 11 | long_description \ |
12 12 | xmj is a multi-player version of the Chinese game of Mah-Jong. \ |
13 13 | One can play against computer players or against other human \ |
14 14 | players over the network. |
15 15 | homepage http://mahjong.julianbradfield.org |
16 16 | distname mj-${version}-src |
17 17 | master_sites ${homepage}/Source |
18 - | checksums md5 c92cf8b91af13f36b07ef77afa842a94 \ |
19 - | sha1 0ac073fabe17b8947a5552c074540606a8622de1 \ |
20 - | rmd160 dfbea9a0d48c03c6543932137e4e7225c763f0de |
18 + | checksums rmd160 b5ae9c22c48e429ce053b6150cc5ee494ca8119b \ |
19 + | sha256 d115a1769b41a32cced0b236e4dbca9d9b0f30827032b507a18216896ef6da92 \ |
20 + | size 401105 |
21 21 | depends_build port:pkgconfig |
22 22 | depends_lib port:gtk2 |
23 23 | use_configure no |
24 24 | universal_variant yes |
25 25 | patch { |
26 26 | reinplace "s|/usr|${prefix}|g" ${worksrcpath}/Makefile |
27 27 | } |
28 28 | build.args CDEBUGFLAGS=-O2 CC="${configure.cc} [get_canonical_archflags]" |
29 29 | destroot.target install install.man |
30 30 | destroot.destdir DESTDIR=${destroot}/ BINDIR=${prefix}/bin \ |