pkgsrc/sysutils/hytctl/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

20 lines
442 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/11/04 21:28:47 rillig Exp $
PKGNAME= hytctl-1.0
CATEGORIES= sysutils
ONLY_FOR_PLATFORM= NetBSD-*-*
MAINTAINER= kardel@NetBSD.org
COMMENT= Admin tool to read/write HYT 221/271/939 device EEPROM values
LICENSE= modified-bsd
USE_BSD_MAKEFILE= yes
INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
.include "../../mk/bsd.prefs.mk"
do-extract:
${CP} -R ${FILESDIR}/sbin ${WRKSRC}
.include "../../mk/bsd.pkg.mk"