diff options
Diffstat (limited to 'games/xkobo/Makefile')
-rw-r--r-- | games/xkobo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index 0c05197debb..9851e741b4c 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2010/02/14 22:12:59 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2012/05/27 18:16:31 abs Exp $ DISTNAME= xkobo-1.11 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/} @@ -10,6 +10,7 @@ HOMEPAGE= http://seki.math.hokudai.ac.jp:20080/xkobo-current.html COMMENT= Multi-way scrolling shoot 'em up game for X. Strangely addictive PKG_DESTDIR_SUPPORT= user-destdir +LICENSE= gnu-gpl-v2 SETGIDGAME= yes SPECIAL_PERMS+= bin/xoko ${SETGID_GAMES_PERMS} |