opnsense-ports/sysutils/asmctl/Makefile
2022-09-07 22:33:21 +02:00

21 lines
440 B
Makefile

PORTNAME= asmctl
PORTVERSION= 1.9
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
INSTALL_TARGET= install-strip
post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/devd/asmctl.conf \
${STAGEDIR}${PREFIX}/etc/devd/asmctl.conf.sample
.include <bsd.port.mk>