From d916d84ecfe2d2c183a6a40bfd4ca29e6e8d6753 Mon Sep 17 00:00:00 2001 From: danilo Date: Fri, 1 Nov 2013 02:24:14 +0000 Subject: - Remove indefinite article from COMMENT - Convert USE_GMAKE to USES - Add stage support --- games/csmash/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'games/csmash') diff --git a/games/csmash/Makefile b/games/csmash/Makefile index 01874286dd23..6717bf498453 100644 --- a/games/csmash/Makefile +++ b/games/csmash/Makefile @@ -8,18 +8,16 @@ CATEGORIES= games MASTER_SITES= SF/cannonsmash/CannonSmash/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A 3D tabletennis game +COMMENT= 3D tabletennis game -USES= gettext pkgconfig +USES= gettext gmake pkgconfig USE_SDL= image mixer sdl USE_GL= yes USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/SDL LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|/games/|/|g' -- cgit