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
|
2007-05-27 12:00:30 +02:00
|
|
|
PORTVERSION= 0.11.2
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2000-10-31 09:03:33 +01:00
|
|
|
CATEGORIES= games gnome
|
2007-05-27 12:00:30 +02:00
|
|
|
MASTER_SITES= SF
|
2000-10-31 09:03:33 +01:00
|
|
|
|
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
|
|
|
|
2007-05-27 12:00:30 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui
|
2000-10-31 09:03:33 +01:00
|
|
|
USE_GMAKE= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-02-18 20:24:30 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2007-05-27 12:00:30 +02:00
|
|
|
CONFIGURE_ARGS= --disable-ggz
|
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'
|
2007-05-27 12:00:30 +02:00
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/s|pl||g' \
|
|
|
|
${WRKSRC}/docs/gnome-help/Makefile.in
|
2000-10-31 09:03:33 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|