3572ca3e01
New version of gtk3 in tree
26 lines
661 B
Makefile
26 lines
661 B
Makefile
PORTNAME= pioneers
|
|
PORTVERSION= 15.6
|
|
PORTREVISION= 4
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= SF/pio/Source
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Internet playable version of the Settlers of Catan
|
|
WWW= https://pio.sourceforge.net/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
LIB_DEPENDS= libavahi-common.so:net/avahi-app \
|
|
libcanberra.so:audio/libcanberra \
|
|
libnotify.so:devel/libnotify
|
|
RUN_DEPENDS= yelp:x11/yelp
|
|
|
|
USES= gettext gmake gnome pkgconfig
|
|
USE_GNOME= cairo gnomeprefix gtk30 intltool librsvg2
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|