diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-01 10:24:14 +0800 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-01 10:24:14 +0800 |
commit | 28b01ce5d8763c5ce8bd30e0b45d26c9135d67d8 (patch) | |
tree | 24909a5a060693f20633a4be7ef5be1095f2e0d4 /games | |
parent | e792e524dc06d0a1ab3c7011fdc1d592f4def334 (diff) | |
download | freebsd-ports-gnome-28b01ce5d8763c5ce8bd30e0b45d26c9135d67d8.tar.gz freebsd-ports-gnome-28b01ce5d8763c5ce8bd30e0b45d26c9135d67d8.tar.zst freebsd-ports-gnome-28b01ce5d8763c5ce8bd30e0b45d26c9135d67d8.zip |
- Remove indefinite article from COMMENT
- Convert USE_GMAKE to USES
- Add stage support
Diffstat (limited to 'games')
-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' |