blob: cb16021808e100131af5f994909c5f7c500c26ea (
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
|
# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= pioneers
PORTVERSION= 15.3
CATEGORIES= games gnome
MASTER_SITES= SF/pio/Source
MAINTAINER= ports@FreeBSD.org
COMMENT= Internet playable version of the Settlers of Catan
LICENSE= GPLv2 # or any later version
RUN_DEPENDS= yelp:${PORTSDIR}/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>
|