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$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnocatan
|
2005-02-25 13:50:46 +01:00
|
|
|
PORTVERSION= 0.8.1.53
|
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}
|
2000-06-22 22:49:49 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-02-24 10:31:57 +01:00
|
|
|
MAINTAINER= sw@gegenunendlich.de
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= An Internet playable version of the Settlers of Catan for GNOME/GTK
|
2000-06-22 22:49:49 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2004-02-24 10:31:57 +01:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gtk20 libgnomeui
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER=13
|
2004-12-21 10:26:00 +01:00
|
|
|
INSTALLS_OMF= yes
|
2000-06-22 22:49:49 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2004-02-24 10:31:57 +01:00
|
|
|
MAN6= gnocatan.6 gnocatan-server-gtk.6 gnocatan-server-console.6 \
|
|
|
|
gnocatanai.6 gnocatan-meta-server.6
|
2000-09-01 20:21:24 +02:00
|
|
|
|
2000-06-22 22:49:49 +02:00
|
|
|
.include <bsd.port.mk>
|