pkgsrc/sysutils/auto-admin/Makefile
bacon 2e20177c78 sysutils/auto-admin: Update to 0.7.7
Expanded auto-admin menu
Modernized auto-pkgsrc-setup
Numerous other small fixes and enhancements
2021-11-11 01:56:59 +00:00

21 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.7 2021/11/11 01:56:59 bacon Exp $
DISTNAME= auto-admin-0.7.7
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"