diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-16 12:55:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-16 12:55:55 +0000 |
commit | 2dd67e13009fb29de2299fa4e2f6fb744936f542 (patch) | |
tree | 96fe05a8816d5730831314b548d6758ec59f39d7 /games/bitefusion | |
parent | 2b796c245814a70b894bc8a3732fdea9d4f96e04 (diff) | |
download | ports-2dd67e13009fb29de2299fa4e2f6fb744936f542.tar.gz ports-2dd67e13009fb29de2299fa4e2f6fb744936f542.zip |
Notes
Diffstat (limited to 'games/bitefusion')
-rw-r--r-- | games/bitefusion/Makefile | 10 |
1 files 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 |