Commits
Jeremy Lavergne authored e298a8e3ca8
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup app 1.0 |
5 5 | |
6 6 | name pioneers |
7 - | version 15.4 |
7 + | version 15.5 |
8 8 | categories games |
9 9 | license GPL |
10 10 | maintainers {snc @nerdling} gmail.com:jweede |
11 11 | description Multiplayer strategy board game for GNOME |
12 12 | long_description A GNOME/GTK+2 clone of the board game Settlers of Catan. \ |
13 13 | Colonize the island, get all the resources, and frustrate \ |
14 14 | your opponents. \n\ |
15 15 | \nPioneers includes the standard game, the 5-6 player board,\ |
16 16 | Seafarers, many custom layouts, and a board layout editor.\ |
17 17 | The game can be played against an AI or with other humans\ |
18 18 | over a network or both. |
19 19 | |
20 20 | homepage http://pio.sourceforge.net/ |
21 21 | platforms freebsd darwin |
22 22 | depends_build port:intltool \ |
23 + | port:itstool \ |
23 24 | port:pkgconfig \ |
24 25 | port:rarian |
25 26 | depends_lib port:atk \ |
26 27 | path:lib/pkgconfig/cairo.pc:cairo \ |
27 28 | port:fontconfig \ |
28 29 | port:freetype \ |
29 30 | port:gdk-pixbuf2 \ |
30 31 | port:gettext \ |
31 32 | path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
32 33 | port:gtk3 \ |
33 34 | path:lib/pkgconfig/pango.pc:pango |
34 35 | #port:libpng |
35 36 | # port:xorg-libX11 \ |
36 37 | # port:xorg-libXau port:xorg-libXcomposite port:xorg-libXcursor \ |
37 38 | # port:xorg-libXdamage port:xorg-libXdmcp port:xorg-libXext \ |
38 39 | # port:xorg-libXfixes port:xorg-libXi port:xorg-libXinerama \ |
39 40 | # port:xorg-libXrandr port:xorg-libxcb port:xrender port:zlib |
40 41 | |
41 42 | |
42 43 | master_sites sourceforge:pio |
43 44 | |
44 - | checksums rmd160 2c8abaf9146057ce8010aa301619f7104c4217ef \ |
45 - | sha256 9a0d3198dc0ddf131d9e6d6e9992347fe2a2d99f508f1be1b30c5797210a2ddc |
45 + | checksums rmd160 40e254ff4d7a00b3e4bd70f02c9daed0a6261381 \ |
46 + | sha256 3ee1415e7c48dc144fbdb99105a6ef8a818e67ed34e9d0f8e01224c3636cef0c |
46 47 | |
47 48 | post-extract { |
48 49 | copy ${filespath}/launcher.sh ${worksrcpath} |
49 50 | } |
50 51 | |
51 52 | post-patch { |
52 53 | reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/launcher.sh |
53 54 | } |
54 55 | |
55 56 | configure.env-append with_avahi=no |