2000-06-22 22:49:49 +02:00
|
|
|
# New ports collection makefile for: gnocotan
|
|
|
|
# Date created: 22nd July 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-07-31 22:07:38 +02:00
|
|
|
PORTNAME= pioneers
|
2008-05-05 15:55:17 +02:00
|
|
|
PORTVERSION= 0.12.2
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2000-06-22 22:49:49 +02:00
|
|
|
CATEGORIES= games gnome
|
2004-03-11 11:46:58 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
2005-07-22 21:36:09 +02:00
|
|
|
MASTER_SITE_SUBDIR= pio
|
2000-06-22 22:49:49 +02:00
|
|
|
|
2006-05-07 15:32:13 +02:00
|
|
|
MAINTAINER= stefan@FreeBSD.org
|
2006-01-27 07:30:48 +01:00
|
|
|
COMMENT= An Internet playable version of the Settlers of Catan for GNOME/GTK+
|
2000-06-22 22:49:49 +02:00
|
|
|
|
2007-09-06 20:42:51 +02:00
|
|
|
RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp
|
|
|
|
|
2000-06-22 22:49:49 +02:00
|
|
|
USE_GMAKE= yes
|
2006-04-15 18:02:34 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-05-12 21:29:50 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gtk20 libgnome
|
|
|
|
INSTALLS_OMF= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-06-22 22:49:49 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2005-07-31 22:07:38 +02:00
|
|
|
MAN6= pioneers.6 pioneers-server-gtk.6 pioneers-server-console.6 \
|
|
|
|
pioneersai.6 pioneers-meta-server.6
|
2000-09-01 20:21:24 +02:00
|
|
|
|
2006-05-12 21:29:50 +02:00
|
|
|
.include <bsd.port.mk>
|