pkgsrc/games/xscrabble/Makefile
jlam dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00

39 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.16 2005/12/29 06:21:42 jlam Exp $
#
DISTNAME= xscrabble-1.0
PKGREVISION= 3
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= X version of the popular board game, for 1 to 4 players
WRKSRC= ${WRKDIR}/xscrabble
USE_IMAKE= YES
INSTALLATION_DIRS= bin lib/X11/app-defaults
SUBST_CLASSES+= xscrabble
SUBST_FILES.xscrabble= XScrabble.ad
SUBST_STAGE.xscrabble= pre-configure
SUBST_SED.xscrabble= -e 's,/usr/local/lib/xscrabble\.scores,${VARBASE}/games/xscrabble.scores,g'
SUBST_SED.xscrabble+= -e 's,/usr/local/lib,${PREFIX}/share/games/xscrabble,g'
MAKE_DIRS= ${VARBASE}/games
EGDIR= ${PREFIX}/share/games/xscrabble
CONF_FILES_PERMS= ${EGDIR}/xscrabble.scores.dist ${VARBASE}/games/xscrabble.scores ${GAMEOWN} ${GAMEGRP} ${GAMEDATAMODE}
SETGIDGAME= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/xscrabble ${PREFIX}/bin
${INSTALL_GAME} ${WRKSRC}/src/xscrab ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/games
${INSTALL_DATA_DIR} ${PREFIX}/share/games/xscrabble
${INSTALL_DATA} ${WRKSRC}/OSPD3.gz ${EGDIR}/
${INSTALL_DATA} ${WRKSRC}/scrabble_permutations ${EGDIR}/
${INSTALL_DATA} ${WRKSRC}/xscrabble.scores ${EGDIR}/xscrabble.scores.dist
${INSTALL_DATA} ${WRKSRC}/XScrabble.ad ${PREFIX}/lib/X11/app-defaults/XScrabble
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"