summaryrefslogtreecommitdiff
path: root/games/sdb
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-18 23:44:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-18 23:44:56 +0000
commitc9c51897dc429b875c2241edee525464af44826f (patch)
tree55479c3afe8ccc9ce31a68910b23454f1fc7ed3d /games/sdb
parentUnconditionnaly install docs and remove useless inclusion of bsd.port.options.mk (diff)
- Add DESKTOP_ENTRIES
- Add LICENSE
Notes
Notes: svn path=/head/; revision=330802
Diffstat (limited to 'games/sdb')
-rw-r--r--games/sdb/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/games/sdb/Makefile b/games/sdb/Makefile
index 3eb55c7c7df6..5d8ff1b2f1e5 100644
--- a/games/sdb/Makefile
+++ b/games/sdb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sdb
PORTVERSION= 1.0.2
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= games
MASTER_SITES= http://stage.gamecreation.org/shotgund/ \
http://mirror.amdmi3.ru/distfiles/
@@ -13,6 +13,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Futuristic overhead shooter
+LICENSE= GPLv2
+
USES= gmake
USE_SDL= mixer image sdl
USE_GL= gl glu
@@ -27,6 +29,13 @@ PLIST_FILES= bin/sdb
PORTDOCS= *
PORTDATA= *
+DESKTOP_ENTRIES="Shotgun Debugger" \
+ "${COMMENT}" \
+ "" \
+ "${PORTNAME}" \
+ "Game;ActionGame;" \
+ ""
+
OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT=DOCS