pkgsrc/sysutils/auto-admin/Makefile

22 lines
491 B
Makefile
Raw Normal View History

# $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"