pkgsrc/games/xpipeman/Makefile
rillig 7a273b1698 games/*: fix alignment of variable values
pkglint -Wall -r --autofix --only aligned

After running the above command, three packages had to be adjusted
manually:

In maelstrom-x11, pkglint didn't see that a commented variable
assignment should have been re-aligned as well.

In netmaze, there was a single line that didn't align well with all the
others, but pkglint decided to adjust the whole paragraph to this single
line. The result would have been ok, but not good.

In tscp, there was a paragraph where some of the lines were indented
one space more than the others. This rule is useful when one variable
name is very long compared to the others, but not in this case.
2018-01-14 17:33:57 +00:00

35 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.23 2018/01/14 17:34:02 rillig Exp $
#
DISTNAME= xpipeman-1.5
PKGREVISION= 5
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/strategy/}
MAINTAINER= pkgsrc-users@NetBSD.org
# HOMEPAGE= http://www.spinne.com/x/games/xpipeman/
# domain squatted, page last updated 1999
COMMENT= Connect the pipes to contain the water flow game for X11
WRKSRC= ${WRKDIR}/xpipeman
USE_IMAKE= yes
SETGIDGAME= yes
CONF_FILES_PERMS= share/xpipeman/xpipescores /var/games/xpipescores \
${GAMES_USER} ${GAMES_GROUP} ${GAMEDATAMODE}
SPECIAL_PERMS= bin/xpipeman ${SETGID_GAMES_PERMS}
REQD_DIRS_PERMS= share/xpipeman ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 share/xpipeman
NOT_PAX_MPROTECT_SAFE+= bin/xpipeman
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${DESTDIR}${PREFIX}/bin/xpipeman
${INSTALL_MAN} ${WRKSRC}/xpipeman.man \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/xpipeman.6
${INSTALL_DATA} ${WRKSRC}/xpipescores ${DESTDIR}${PREFIX}/share/xpipeman
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"