mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
9a4a737673
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
22 lines
440 B
Makefile
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>
|