1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/games/teg/Makefile
Danilo Egea Gondolfo 2ea2669da4 - Remove the indefinite article from COMMENT
- Add stage support
2013-11-11 02:57:46 +00:00

29 lines
692 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= teg
PORTVERSION= 0.11.2
PORTREVISION= 6
CATEGORIES= games gnome
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Turn-based strategy game for GNOME
USES= pathfix gmake iconv pkgconfig
USE_GNOME= gnomeprefix intlhack libgnomeui
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
CONFIGURE_ARGS= --disable-ggz
GCONF_SCHEMAS= teg.schemas
post-patch:
@${GREP} -lR " LIST_NEXT" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's| LIST_NEXT| TEG_LIST_NEXT|g'
@${REINPLACE_CMD} -e '/^SUBDIRS/s|pl||g' \
${WRKSRC}/docs/gnome-help/Makefile.in
.include <bsd.port.mk>