blob: 0e8e1241b8eed7bbbf9ed2f3444cdb7d351340be (
plain)
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.1
PORTREVISION= 2
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:${PORTSDIR}/x11/yelp
USES= gettext gmake
USE_GNOME= gnomeprefix gtk20 libgnome librsvg2
INSTALLS_ICONS= yes
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|