diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-19 07:44:56 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-19 07:44:56 +0800 |
commit | 05af469e0c2c41cff716593b9547de664cf557b8 (patch) | |
tree | 55479c3afe8ccc9ce31a68910b23454f1fc7ed3d /games/sdb | |
parent | fa91e8b76e29d361dc43544c2efb7890c169a77e (diff) | |
download | freebsd-ports-gnome-05af469e0c2c41cff716593b9547de664cf557b8.tar.gz freebsd-ports-gnome-05af469e0c2c41cff716593b9547de664cf557b8.tar.zst freebsd-ports-gnome-05af469e0c2c41cff716593b9547de664cf557b8.zip |
- Add DESKTOP_ENTRIES
- Add LICENSE
Diffstat (limited to 'games/sdb')
-rw-r--r-- | games/sdb/Makefile | 11 |
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 |