e0b1c386b8
Expand auto-admin menu to include network and power sub-menus Numerous other minor fixes and enhancements
21 lines
491 B
Makefile
21 lines
491 B
Makefile
# $NetBSD: Makefile,v 1.6 2021/09/10 16:39:03 bacon Exp $
|
|
|
|
DISTNAME= auto-admin-0.7.6
|
|
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"
|