Files
ports/sysutils/auto-admin/Makefile
Jason W. Bacon b07ad6f571 sysutils/auto-admin: Upgrade to 0.6.2
New tools for keeping quarterly/head ports branch and pkg repo in sync
New tools for remote IPMI power-on and status
Add xf86-video-ati + no DRM option to auto-gpu-setup
2020-05-01 14:25:55 +00:00

27 lines
649 B
Makefile

# $FreeBSD$
PORTNAME= auto-admin
DISTVERSION= 0.6.2
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}/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>