freebsd-ports/games/pioneers/Makefile

27 lines
555 B
Makefile
Raw Normal View History

# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= pioneers
PORTVERSION= 15.1
2012-09-09 13:15:37 +02:00
#PORTREVISION= 0
CATEGORIES= games gnome
2010-05-11 18:17:47 +02:00
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>