1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/pioneers/Makefile
Stefan Walter 4b767e13dd - Update to 15.1.
- Add license.
- Enable staging.
2013-11-03 15:07:39 +00:00

27 lines
555 B
Makefile

# 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>