ports/sysutils/asmctl/Makefile
Danilo G. Baio 4c2c27993b Add sysutils/asmctl: Apple System Management Controller
Asmctl is a command line tool for Apple System Management Controller,
which controls the keyboard backlight and LCD backlight.

Assigning following key bindings work similar to Apple MacBook series.

| key |      assign       |
|-----|-------------------|
| F1  | asmctl video down |
| F2  | asmctl video up   |
| F5  | asmctl key down   |
| F6  | asmctl key up     |

WWW: https://github.com/yuichiro-naito/asmctl

PR:		225552
Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com>
2018-03-10 01:16:20 +00:00

25 lines
498 B
Makefile

# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
# $FreeBSD$
PORTNAME= asmctl
PORTVERSION= 1.6
CATEGORIES= sysutils
MAINTAINER= naito.yuichiro@gmail.com
COMMENT= Apple System Management Controller
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
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>