28 lines
779 B
Makefile
28 lines
779 B
Makefile
# $NetBSD: Makefile,v 1.32 2010/02/19 20:26:25 joerg Exp $
|
|
|
|
DISTNAME= lbreakout-010315
|
|
PKGREVISION= 11
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://lgames.sourceforge.net/
|
|
COMMENT= Breakout-style arcade game
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= VARBASE=${VARBASE:Q}
|
|
CONFIGURE_ARGS+= --disable-sound
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
SETGIDGAME= yes
|
|
|
|
REQD_DIRS= ${VARBASE}/games
|
|
REQD_FILES_PERMS= ${PREFIX}/share/games/lbreakout/lbreakout.hscr ${VARBASE}/games/lbreakout.hscr ${GAMES_USER} ${GAMES_GROUP} ${GAMEDATAMODE}
|
|
SPECIAL_PERMS+= bin/lbreakout ${SETGID_GAMES_PERMS}
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|