From 2dd67e13009fb29de2299fa4e2f6fb744936f542 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 16 Oct 2013 12:55:55 +0000 Subject: [PATCH] - Support staging - Add DESKTOP_ENTRIES - Convert USE_GMAKE to USES --- games/bitefusion/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/games/bitefusion/Makefile b/games/bitefusion/Makefile index 8365bc6ae078..2d69a323cabe 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