blob: 4939e83aab9a35a36770c1841d7f9992b00fce6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= pioneers
PORTVERSION= 15.4
PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= SF/pio/Source
MAINTAINER= ports@FreeBSD.org
COMMENT= Internet playable version of the Settlers of Catan
LICENSE= GPLv2+
RUN_DEPENDS= yelp:x11/yelp
USES= gettext gmake pkgconfig
USE_GNOME= gnomeprefix gtk30 intltool libgnome librsvg2
INSTALLS_ICONS= yes
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|