aboutsummaryrefslogtreecommitdiff
path: root/games/pioneers/Makefile
blob: 88ec0b12373ffc1e29e2aabb581b8b5e3bebbea1 (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
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:	gnocotan
# Date created:				22nd July 2000
# Whom:					Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	pioneers
PORTVERSION=	0.9.33
PORTREVISION=	1
CATEGORIES=	games gnome
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=	pio

MAINTAINER=	sw@gegenunendlich.de
COMMENT=	An Internet playable version of the Settlers of Catan for GNOME/GTK

USE_X_PREFIX=	yes
USE_GMAKE=	yes
USE_GNOME=	gnomehack gnomeprefix gtk20
USE_LIBTOOL_VER=15
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"

MAN6=		pioneers.6 pioneers-server-gtk.6 pioneers-server-console.6 \
		pioneersai.6 pioneers-meta-server.6

.include <bsd.port.pre.mk>

.if exists(${X11BASE}/bin/scrollkeeper-config)
USE_GNOME+=	libgnome
INSTALLS_OMF=	yes
PLIST_SUB+=	LIBGNOME=""
.else
PLIST_SUB+=	LIBGNOME="@comment "
.endif

.include <bsd.port.post.mk>