blob: 0a38de32b7dd38131ea39e5779a4ff4d1dede157 (
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
26
|
# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= pioneers
PORTVERSION= 15.1
#PORTREVISION= 0
CATEGORIES= games gnome
MASTER_SITES= SF/pio/Source/
MAINTAINER= stefan@FreeBSD.org
COMMENT= Internet playable version of the Settlers of Catan
LICENSE= GPLv2
RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp
USE_GMAKE= yes
USES= gettext
USE_GNOME= gnomehack gnomeprefix gtk20 libgnome librsvg2
INSTALLS_ICONS= yes
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>
|