2000-10-31 08:03:33 +00:00
|
|
|
# New ports collection makefile for: teg
|
|
|
|
# Date created: 31 October 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= teg
|
2004-02-18 19:24:30 +00:00
|
|
|
PORTVERSION= 0.11.1
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 5
|
2000-10-31 08:03:33 +00:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2003-07-29 09:12:37 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A turn-based strategy game for GNOME
|
2000-10-31 08:03:33 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2004-02-18 19:24:30 +00:00
|
|
|
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui lthack
|
2000-10-31 08:03:33 +00:00
|
|
|
USE_GMAKE= yes
|
2005-11-15 06:52:12 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-02-18 19:24:30 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-10-31 08:03:33 +00:00
|
|
|
|
2004-11-23 19:33:08 +00:00
|
|
|
GCONF_SCHEMAS= teg.schemas
|
|
|
|
|
2002-08-28 07:28:07 +00:00
|
|
|
post-patch:
|
2004-02-18 19:24:30 +00:00
|
|
|
@${GREP} -lR " LIST_NEXT" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's| LIST_NEXT| TEG_LIST_NEXT|g'
|
2000-10-31 08:03:33 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|