9c5d8b2694
- Add LICENSE_FILE PR: 234236 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer) Sponsored by: Netzkommune GmbH
24 lines
462 B
Makefile
24 lines
462 B
Makefile
# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= asmctl
|
|
PORTVERSION= 1.7
|
|
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>
|