pkgsrc/sysutils/auto-admin/Makefile
bacon 71afcdb6d5 sysutils/auto-admin: Update to 0.7.8
New scripts factored out from desktop-installer
Several minor bug fixes and enhancements

Changes: https://github.com/outpaddling/auto-admin/tags
2021-12-12 15:09:59 +00:00

21 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.8 2021/12/12 15:09:59 bacon Exp $
DISTNAME= auto-admin-0.7.8
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
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"