mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
4b767e13dd
- Add license. - Enable staging.
27 lines
555 B
Makefile
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>
|