freebsd-ports/sysutils/asmctl/Makefile
Muhammad Moinur Rahman e5947ab1e9
sysutils/asmctl: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 15:30:25 +01:00

23 lines
496 B
Makefile

PORTNAME= asmctl
PORTVERSION= 1.9
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= naito.yuichiro@gmail.com
COMMENT= Apple System Management Controller
WWW= https://github.com/yuichiro-naito/asmctl
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= yuichiro-naito
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/devd/asmctl.conf \
${STAGEDIR}${PREFIX}/etc/devd/asmctl.conf.sample
.include <bsd.port.mk>