Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2013 02:24:14 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332335 - head/games/csmash
Message-ID:  <201311010224.rA12OEa0071473@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311010224.rA12OEa0071473>