Wed May 25 04:44:15 2011 UTC ()
USE_GAMESGROUP=yes


(obache)
diff -r1.12 -r1.13 pkgsrc/games/xjewel/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/games/xjewel/Makefile (expand / switch to unified diff)

--- pkgsrc/games/xjewel/Makefile 2011/05/24 09:54:05 1.12
+++ pkgsrc/games/xjewel/Makefile 2011/05/25 04:44:15 1.13
@@ -1,28 +1,29 @@ @@ -1,28 +1,29 @@
1# $NetBSD: Makefile,v 1.12 2011/05/24 09:54:05 obache Exp $ 1# $NetBSD: Makefile,v 1.13 2011/05/25 04:44:15 obache Exp $
2 2
3DISTNAME= xjewel-1.6 3DISTNAME= xjewel-1.6
4PKGREVISION= 3 4PKGREVISION= 3
5CATEGORIES= games x11 5CATEGORIES= games x11
6MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/} 6MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/}
7EXTRACT_SUFX= .tar.z 7EXTRACT_SUFX= .tar.z
8 8
9MAINTAINER= jdc@NetBSD.org 9MAINTAINER= jdc@NetBSD.org
10COMMENT= X windows-based dropping jewels game 10COMMENT= X windows-based dropping jewels game
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14USE_IMAKE= yes 14USE_IMAKE= yes
15USE_TOOLS+= gzcat bdftopcf mkfontdir 15USE_TOOLS+= gzcat bdftopcf mkfontdir
 16USE_GAMESGROUP= yes
16 17
17BUILD_DEFS+= VARBASE 18BUILD_DEFS+= VARBASE
18 19
19SPECIAL_PERMS+= bin/xjewel ${SETGID_GAMES_PERMS} 20SPECIAL_PERMS+= bin/xjewel ${SETGID_GAMES_PERMS}
20REQD_DIRS+= ${VARBASE}/games 21REQD_DIRS+= ${VARBASE}/games
21REQD_FILES_PERMS+= /dev/null ${VARBASE}/games/xjewel.scores ${GAMEDATA_PERMS} 22REQD_FILES_PERMS+= /dev/null ${VARBASE}/games/xjewel.scores ${GAMEDATA_PERMS}
22 23
23SUBST_CLASSES+= varbase 24SUBST_CLASSES+= varbase
24SUBST_STAGE.varbase= pre-configure 25SUBST_STAGE.varbase= pre-configure
25SUBST_FILES.varbase= Imakefile 26SUBST_FILES.varbase= Imakefile
26SUBST_VARS.varbase= VARBASE 27SUBST_VARS.varbase= VARBASE
27 28
28.include "../../x11/libX11/buildlink3.mk" 29.include "../../x11/libX11/buildlink3.mk"