3930f86727
* add user-destdir installation support * use usual user/group/permission instead of hard coded one for permissions * create one more missing required directory Bump PKGREVISION.
31 lines
910 B
Makefile
31 lines
910 B
Makefile
# $NetBSD: Makefile,v 1.16 2011/03/16 11:40:27 obache Exp $
|
|
#
|
|
|
|
DISTNAME= ivan-0.50
|
|
PKGREVISION= 9
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ivan/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ivan.sourceforge.net/
|
|
COMMENT= Graphical roguelike featuring deep gameplay
|
|
LICENSE= gnu-gpl-v2 # or later
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --localstatedir=${PREFIX}/share
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
REQD_DIRS+= share/ivan
|
|
OWN_DIRS_PERMS+= share/ivan/Bones ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE}
|
|
CONF_FILES_PERMS+= /dev/null ${PREFIX}/share/ivan/ivan-highscore.scores \
|
|
${GAMES_USER} ${GAMES_GROUP} ${GAMEDATAMODE}
|
|
SPECIAL_PERMS+= bin/ivan ${SETGID_GAMES_PERMS}
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|