summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2013-10-16 12:55:55 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2013-10-16 12:55:55 +0000
commit6a707920910156edd04640393e18d30697052a61 (patch)
tree96fe05a8816d5730831314b548d6758ec59f39d7
parent0b15ccdbac0372d8283830115ab0bec8f64a6dc7 (diff)
downloadFreeBSD-ports-6a707920910156edd04640393e18d30697052a61.zip
FreeBSD-ports-6a707920910156edd04640393e18d30697052a61.tar.gz
- Support staging
- Add DESKTOP_ENTRIES - Convert USE_GMAKE to USES
-rw-r--r--games/bitefusion/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/games/bitefusion/Makefile b/games/bitefusion/Makefile
index 8365bc6..2d69a32 100644
--- a/games/bitefusion/Makefile
+++ b/games/bitefusion/Makefile
@@ -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
OpenPOWER on IntegriCloud