freebsd-ports/games/pioneers/Makefile
Lars Engels 07465deb78 games/pioneers:
- Update to 15.4
2016-10-27 20:30:15 +00:00

24 lines
513 B
Makefile

# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= pioneers
PORTVERSION= 15.4
CATEGORIES= games gnome
MASTER_SITES= SF/pio/Source
MAINTAINER= ports@FreeBSD.org
COMMENT= Internet playable version of the Settlers of Catan
LICENSE= GPLv2+
RUN_DEPENDS= yelp: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>