1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/sysutils/acerhdf-kmod/Makefile

23 lines
424 B
Makefile
Raw Normal View History

PORTNAME= acerhdf-kmod
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.3
CATEGORIES= sysutils
2020-09-28 05:05:24 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Acer Aspire One fan control
LICENSE= GPLv2
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= specific to one machine
USES= kmod uidfix
USE_GITHUB= yes
GH_ACCOUNT= t6
GH_PROJECT= kmod-acerhdf
post-install:
${INSTALL_MAN} ${WRKSRC}/acerhdf.4 ${STAGEDIR}${PREFIX}/man/man4
.include <bsd.port.mk>