svn commit: r332335 - head/games/csmash
Danilo Egea Gondolfo
danilo at FreeBSD.org
Fri Nov 1 02:24:15 UTC 2013
Author: danilo
Date: Fri Nov 1 02:24:14 2013
New Revision: 332335
URL: http://svnweb.freebsd.org/changeset/ports/332335
Log:
- Remove indefinite article from COMMENT
- Convert USE_GMAKE to USES
- Add stage support
Modified:
head/games/csmash/Makefile
Modified: head/games/csmash/Makefile
==============================================================================
--- head/games/csmash/Makefile Fri Nov 1 01:12:43 2013 (r332334)
+++ head/games/csmash/Makefile Fri Nov 1 02:24:14 2013 (r332335)
@@ -8,18 +8,16 @@ CATEGORIES= games
MASTER_SITES= SF/cannonsmash/CannonSmash/${PORTVERSION}
MAINTAINER= ports at 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'
More information about the svn-ports-head
mailing list