mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
27 lines
591 B
Makefile
27 lines
591 B
Makefile
# Created by: Ade Lovett <ade@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pioneers
|
|
PORTVERSION= 15.5
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= SF/pio/Source
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Internet playable version of the Settlers of Catan
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
RUN_DEPENDS= yelp:x11/yelp
|
|
|
|
USES= gettext gmake gnome 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>
|