Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 12:55:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330504 - head/games/bitefusion
Message-ID:  <201310161255.r9GCtu5K016127@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 16 12:55:55 2013
New Revision: 330504
URL: http://svnweb.freebsd.org/changeset/ports/330504

Log:
  - Support staging
  - Add DESKTOP_ENTRIES
  - Convert USE_GMAKE to USES

Modified:
  head/games/bitefusion/Makefile

Modified: head/games/bitefusion/Makefile
==============================================================================
--- head/games/bitefusion/Makefile	Wed Oct 16 12:55:46 2013	(r330503)
+++ head/games/bitefusion/Makefile	Wed Oct 16 12:55:55 2013	(r330504)
@@ -12,14 +12,20 @@ MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	A snake game with 8 levels
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_SDL=	sdl
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
 PLIST_FILES=	bin/bitefusion
 
-NO_STAGE=	yes
+DESKTOP_ENTRIES="Bitefusion" \
+		"${COMMENT}" \
+		"" \
+		"${PORTNAME}" \
+		"Game;ArcadeGame;" \
+		""
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|-linux-gnu|-portbld-freebsd|' \
 		${WRKSRC}/configure



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