2001-09-11 16:05:00 +02:00
|
|
|
# New ports collection makefile for: gnomoku
|
|
|
|
# Date created: 21 May 2001
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomoku
|
2002-02-06 17:29:39 +01:00
|
|
|
PORTVERSION= 1.4
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2001-09-11 16:05:00 +02:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4
|
2001-09-11 16:05:00 +02:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A Gomoku game for GNOME Desktop
|
2001-09-11 16:05:00 +02:00
|
|
|
|
2003-01-30 04:59:46 +01:00
|
|
|
LIB_DEPENDS= gnomemm-1.2.10:${PORTSDIR}/x11-toolkits/gnome--
|
2001-09-11 16:05:00 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-07-16 18:02:48 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs
|
2001-09-11 16:05:00 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-10-17 05:18:10 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-09-11 16:05:00 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|