freebsd-ports/games/gtktetcolor/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

31 lines
832 B
Makefile

# New ports collection makefile for: gtktetcolor
# Date created: 17 August 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtktetcolor
PORTVERSION= 0.6.4
PORTREVISION= 7
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.dvgu.ru/ifit/~panov/gtktetcolor/
MASTER_SITE_SUBDIR= games
MAINTAINER= ports@FreeBSD.org
COMMENT= A game for GNOME that resembles well-known tetris and columns
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e \
's|games\.games|games:games|g' ${WRKSRC}/Makefile.in
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|-D.*_DISABLE_DEPRECATED||g'
.include <bsd.port.mk>