freebsd-ports/sysutils/asmctl/Makefile
Yuichiro NAITO 1bb7a17d37 sysutils/asmctl: Update to 2.1
Switch to DISTVERSION.
Add LICENSE_FILE.

Changelog: https://github.com/yuichiro-naito/asmctl/releases/tag/2.1

PR:		281808
Approved by:	submitter is maintainer
2024-10-02 19:49:53 +02:00

22 lines
472 B
Makefile

PORTNAME= asmctl
DISTVERSION= 2.1
CATEGORIES= sysutils
MAINTAINER= naito.yuichiro@gmail.com
COMMENT= Apple System Management Controller
WWW= https://github.com/yuichiro-naito/asmctl
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
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>