pkgsrc/games/lbreakout/Makefile
rillig 382ca5f16e pkgsrc doesn't support PREFIX with spaces or other special characters.
Therefore it is not necessary to add the :Q modifier to this variable
and several others.

pkglint -r -Wall --autofix --only :Q
2018-01-14 15:26:46 +00:00

26 lines
753 B
Makefile

# $NetBSD: Makefile,v 1.36 2018/01/14 15:26:47 rillig Exp $
DISTNAME= lbreakout-010315
PKGREVISION= 12
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://lgames.sourceforge.net/
COMMENT= Breakout-style arcade game
GNU_CONFIGURE= YES
CONFIGURE_ENV+= VARBASE=${VARBASE}
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"