2000-03-06 23:31:23 +00:00
|
|
|
# New ports collection makefile for: gtetrinet
|
|
|
|
# Date created: 27 Feb 2000
|
|
|
|
# Whom: Dan Papasian <bugg@bugg.strangled.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-14 06:53:26 +00:00
|
|
|
PORTNAME= gtetrinet
|
2005-05-09 20:52:27 +00:00
|
|
|
PORTVERSION= 0.7.9
|
2000-06-01 16:25:45 +00:00
|
|
|
CATEGORIES= games gnome
|
2003-02-04 23:14:01 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-10-23 19:06:17 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
2003-02-04 23:14:01 +00:00
|
|
|
DIST_SUBDIR= gnome2
|
2000-03-06 23:31:23 +00:00
|
|
|
|
2004-03-09 18:52:32 +00:00
|
|
|
MAINTAINER= flynn@energyhq.es.eu.org
|
2003-02-21 12:06:51 +00:00
|
|
|
COMMENT= A version of the popular TetriNET multiplayer tetris clone
|
2000-03-06 23:31:23 +00:00
|
|
|
|
2003-02-04 23:14:01 +00:00
|
|
|
USE_BZIP2= yes
|
2000-10-05 07:10:50 +00:00
|
|
|
USE_X_PREFIX= yes
|
2003-10-23 19:06:17 +00:00
|
|
|
USE_GNOME= esound gnomehack gnomeprefix gnometarget libgnomeui
|
2003-01-12 01:53:12 +00:00
|
|
|
USE_GMAKE= yes
|
2003-11-17 12:03:17 +00:00
|
|
|
USE_REINPLACE= yes
|
2000-03-06 23:31:23 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-01-12 01:53:12 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-10-23 19:06:17 +00:00
|
|
|
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --enable-ipv6
|
2002-11-23 12:18:07 +00:00
|
|
|
|
|
|
|
MAN6= gtetrinet.6
|
2005-05-09 20:52:27 +00:00
|
|
|
GCONF_SCHEMAS= gtetrinet.schemas
|
2000-03-06 23:31:23 +00:00
|
|
|
|
2003-01-12 01:53:12 +00:00
|
|
|
post-patch:
|
2003-10-23 19:06:17 +00:00
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
2004-04-05 04:15:24 +00:00
|
|
|
's|[(]prefix[)]/games|{bindir}|g; /_DISABLE_DEPRECATED/d'
|
2000-10-05 07:10:50 +00:00
|
|
|
|
2000-03-06 23:31:23 +00:00
|
|
|
.include <bsd.port.mk>
|