pkgsrc/games/jetpack/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

30 lines
841 B
Makefile

# $NetBSD: Makefile,v 1.13 2018/01/14 17:33:59 rillig Exp $
DISTNAME= jetpack
PKGNAME= jetpack-1.0
PKGREVISION= 2
CATEGORIES= games x11
MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/
EXTRACT_SUFX= .tar.Z
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Arcade action game for X Windows
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
SETGIDGAME= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 share/jetpack
SPECIAL_PERMS+= bin/jetpack ${SETGID_GAMES_PERMS}
CONF_FILES_PERM+= /dev/null /var/games/jetpack.scores \
${GAMES_USER} ${GAMES_GROUP} 0664
OWN_DIRS_PERMS+= ${PREFIX}/share/jetpack ${GAMES_USER} ${GAMES_GROUP} 0775
post-install:
${INSTALL_MAN} ${WRKSRC}/jetpack.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/jetpack.6
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"