opnsense-ports/sysutils/auto-admin/Makefile
Franco Fichtner 329907ce5b */*: sync with upstream
Taken from: HardenedBSD
2019-07-26 08:56:59 +02:00

27 lines
729 B
Makefile

# $FreeBSD$
PORTNAME= auto-admin
DISTVERSION= 0.4.8
CATEGORIES= sysutils
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
http://outpaddling.mooo.com/~bacon/Acadix/Ports/distfiles/
MAINTAINER= jwb@FreeBSD.org
COMMENT= Portable tools for automating systems management
LICENSE= BSD2CLAUSE
USES= tar:xz
NO_BUILD= yes
NO_ARCH= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/sbin ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/Common/Scripts/* ${STAGEDIR}${PREFIX}/sbin
${INSTALL_SCRIPT} ${WRKSRC}/FreeBSD/Scripts/* ${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/Data/* ${STAGEDIR}${DATADIR}
${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
${STAGEDIR}${MANPREFIX}/man/man1/auto-admin.1
.include <bsd.port.mk>