Lines 1-9
Link Here
|
1 |
PORTNAME= utouch-kmod |
1 |
PORTNAME= utouch-kmod |
2 |
PORTVERSION= 0.0.4 |
2 |
PORTVERSION= 0.0.5 |
3 |
CATEGORIES= misc |
3 |
CATEGORIES= misc |
4 |
|
4 |
|
5 |
MAINTAINER= wulf@FreeBSD.org |
5 |
MAINTAINER= wulf@FreeBSD.org |
6 |
COMMENT= Kernel driver for absolute USB HID mouses |
6 |
COMMENT= Kernel driver for absolute USB HID mice |
7 |
WWW= https://github.com/wulf7/utouch |
7 |
WWW= https://github.com/wulf7/utouch |
8 |
|
8 |
|
9 |
LICENSE= BSD2CLAUSE |
9 |
LICENSE= BSD2CLAUSE |
Lines 11-26
LICENSE_FILE= ${WRKSRC}/LICENSE
Link Here
|
11 |
|
11 |
|
12 |
USES= kmod uidfix |
12 |
USES= kmod uidfix |
13 |
|
13 |
|
14 |
OPTIONS_DEFINE= SOURCE |
|
|
15 |
OPTIONS_DEFAULT=SOURCE |
16 |
SOURCE_DESC= Install kernel module sources |
17 |
|
18 |
USE_GITHUB= yes |
14 |
USE_GITHUB= yes |
19 |
GH_ACCOUNT= wulf7 |
15 |
GH_ACCOUNT= wulf7 |
20 |
GH_PROJECT= utouch |
16 |
GH_PROJECT= utouch |
21 |
|
17 |
|
22 |
PLIST_FILES= ${KMODDIR}/utouch.ko |
18 |
PLIST_FILES= ${KMODDIR}/utouch.ko |
23 |
|
19 |
|
|
|
20 |
OPTIONS_DEFINE= SOURCE |
21 |
OPTIONS_DEFAULT=SOURCE |
22 |
SOURCE_DESC= Install kernel module sources |
23 |
|
24 |
KMODSRC_DIR= sys/modules/${PORTNAME} |
24 |
KMODSRC_DIR= sys/modules/${PORTNAME} |
25 |
KMODSRC_FILES= Makefile utouch.c |
25 |
KMODSRC_FILES= Makefile utouch.c |
26 |
|
26 |
|