freebsd-ports/sysutils/asmctl/Makefile
Vanilla I. Shu e940bbe01f sysutils/asmctl: Update to 1.8
PR:		255287
Reported by:	maintainer
2021-04-21 21:48:46 +08:00

22 lines
450 B
Makefile

# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
PORTNAME= asmctl
PORTVERSION= 1.8
CATEGORIES= sysutils
MAINTAINER= naito.yuichiro@gmail.com
COMMENT= Apple System Management Controller
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>