pkgsrc/games/lbreakout2/Makefile
joerg ce2670dcfb Honour VARBASE and use config file framework for the high score file.
Use INSTALL to inform the user of the changed location. Bump revision.
Discussed with jlam@
2006-06-21 16:00:57 +00:00

33 lines
993 B
Makefile

# $NetBSD: Makefile,v 1.27 2006/06/21 16:00:57 joerg Exp $
DISTNAME= lbreakout2-2.5.2
PKGREVISION= 6
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_ARGS+= --localstatedir=${VARBASE:Q}/games
CONFIGURE_ARGS+= --with-highscore-path=${PREFIX}/share/games/
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/html
LDFLAGS.SunOS+= -lsocket -lnsl
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Msunpro)
SUBST_CLASSES+= sunpro
SUBST_STAGE.sunpro= pre-configure
SUBST_MESSAGE.sunpro= Removing "inline" for SunPro.
SUBST_FILES.sunpro= common/tools.h common/tools.c
SUBST_SED.sunpro= -e 's,^inline ,,'
.endif
CONF_FILES_PERMS+= /dev/null ${VARBASE}/games/lbreakout2.hscr \
${ROOT_USER} games 664
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"