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