diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-01 10:24:14 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-01 10:24:14 +0800 |
commit | d916d84ecfe2d2c183a6a40bfd4ca29e6e8d6753 (patch) | |
tree | 24909a5a060693f20633a4be7ef5be1095f2e0d4 /games/csmash | |
parent | cf4ebfbfa91b244004b5a112911b18a33ff0efee (diff) | |
download | freebsd-ports-gnome-d916d84ecfe2d2c183a6a40bfd4ca29e6e8d6753.tar.gz freebsd-ports-gnome-d916d84ecfe2d2c183a6a40bfd4ca29e6e8d6753.tar.zst freebsd-ports-gnome-d916d84ecfe2d2c183a6a40bfd4ca29e6e8d6753.zip |
- Remove indefinite article from COMMENT
- Convert USE_GMAKE to USES
- Add stage support
Diffstat (limited to 'games/csmash')
-rw-r--r-- | games/csmash/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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' |