aboutsummaryrefslogtreecommitdiffstats
path: root/games/pioneers/Makefile
blob: b07393b37ebe22379d5a40aa472933d265592d97 (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
# New ports collection makefile for:    gnocotan
# Date created:             22nd July 2000
# Whom:                 Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pioneers
PORTVERSION=    0.12.5
#PORTREVISION=  0
CATEGORIES= games gnome
MASTER_SITES=   SF/pio/Source/

MAINTAINER= stefan@FreeBSD.org
COMMENT=    An Internet playable version of the Settlers of Catan for GNOME/GTK+

RUN_DEPENDS=    yelp:${PORTSDIR}/x11/yelp

USE_GMAKE=  yes
USE_GETTEXT=    yes
USE_GNOME=  gnomehack gnomeprefix gtk20 libgnome
INSTALLS_OMF=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+=  -I${LOCALBASE}/include

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

.include <bsd.port.mk>