pkgsrc-wip/auto-admin/Makefile

23 lines
500 B
Makefile

# $NetBSD$
DISTNAME= auto-admin-0.6.10.5
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
GITHUB_TAG= 447a2ffef533b593d27f47476838153e729de78e
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= https://github.com/outpaddling/auto-admin
COMMENT= Portable tools for automating systems management
LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
NO_BUILD= yes
INSTALLATION_DIRS= sbin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${DESTDIR}${PREFIX}/sbin
.include "../../mk/bsd.pkg.mk"