1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/sysutils/asmctl/Makefile
Yuichiro NAITO 0f31762c9b sysutils/asmctl: Update 1.8 -> 1.9
PR:		256086
2021-05-24 23:03:43 -07:00

23 lines
450 B
Makefile

# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
PORTNAME= asmctl
PORTVERSION= 1.9
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>