pkgsrc/sysutils/toshutils/Makefile
rillig 9cc0c5e45d sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
2019-11-04 21:28:40 +00:00

36 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.19 2019/11/04 21:28:53 rillig Exp $
#
DISTNAME= toshutils-991217
PKGREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= # http://www.buzzard.me.uk/toshiba/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.buzzard.me.uk/toshiba/
COMMENT= NetBSD port of the Toshiba(tm) Linux Utilities
LICENSE= gnu-gpl-v2
ONLY_FOR_PLATFORM= *-*-i386
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= YES
USE_TOOLS+= lex yacc
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/toshutils
post-install:
.for f in ac.gif battery.gif hand.gif display.html machine.html modules.html size.html space.html style.html tuxtime.html whatis.html hci.tex sci.tex toshiba.tex
${INSTALL_MAN} ${WRKSRC}/doc/${f} ${DESTDIR}${PREFIX}/share/doc/toshutils
.endfor
.for p in alarm dispswitch fan hotkey tdocked thotswap tuxtime-conf
SPECIAL_PERMS+= bin/${p} ${SETUID_ROOT_PERMS}
.endfor
BUILDLINK_DEPMETHOD.libXt= build
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"