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