1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/sysutils/asmctl/Makefile
Yuichiro NAITO 9a4a737673 sysutils/asmctl: update 1.9 → 2.0
Update asmctl(1) to support the system which allows keyboard backlight
settings only (video backlight settings are not allowed).

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

Remove GNU_CONFIGURE_MANPREFIX.

PR:	280537
2024-07-31 17:37:44 +03:00

22 lines
440 B
Makefile

PORTNAME= asmctl
PORTVERSION= 2.0
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>