aboutsummaryrefslogtreecommitdiff
path: root/games/pioneers/Makefile
blob: d8558c237f0ccf8a92a206ae72a990fba17bbd93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Ade Lovett <ade@FreeBSD.org>

PORTNAME=	pioneers
PORTVERSION=	15.6
PORTREVISION=	2
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
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>