98058b8684
Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9610
28 lines
537 B
Makefile
28 lines
537 B
Makefile
# Created by: Tobias Kortkamp <tobias.kortkamp@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= acerhdf-kmod
|
|
PORTVERSION= 0.1.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Acer Aspire One fan control
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= kmod uidfix
|
|
KMODNAME= acerhdf
|
|
MANDIR= ${PREFIX}/man/man4
|
|
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= kmod-acerhdf
|
|
GH_ACCOUNT= t6
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
ONLY_FOR_ARCHS_REASON= specific to one machine
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/${KMODNAME}.4 ${STAGEDIR}${MANDIR}
|
|
|
|
.include <bsd.port.mk>
|