Lines 2-10
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= libwacom |
4 |
PORTNAME= libwacom |
5 |
DISTVERSIONPREFIX=libwacom- |
|
|
6 |
DISTVERSION= 1.4.1 |
5 |
DISTVERSION= 1.4.1 |
7 |
CATEGORIES= x11 |
6 |
CATEGORIES= x11 |
|
|
7 |
MASTER_SITES= https://github.com/linuxwacom/libwacom/releases/download/libwacom-${DISTVERSION}/ |
8 |
|
8 |
|
9 |
MAINTAINER= x11@FreeBSD.org |
9 |
MAINTAINER= x11@FreeBSD.org |
10 |
COMMENT= Adds tablet support to libinput |
10 |
COMMENT= Adds tablet support to libinput |
Lines 16-24
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
Link Here
|
16 |
LIB_DEPENDS= libgudev-1.0.so:devel/libgudev |
16 |
LIB_DEPENDS= libgudev-1.0.so:devel/libgudev |
17 |
TEST_DEPENDS= bash:shells/bash |
17 |
TEST_DEPENDS= bash:shells/bash |
18 |
|
18 |
|
19 |
USES= compiler:c++11-lang gnome meson pkgconfig |
19 |
USES= compiler:c++11-lang gnome meson pkgconfig tar:bz2 |
20 |
USE_GITHUB= yes |
|
|
21 |
GH_ACCOUNT= linuxwacom |
22 |
USE_GNOME= glib20 |
20 |
USE_GNOME= glib20 |
23 |
USE_LDCONFIG= yes |
21 |
USE_LDCONFIG= yes |
24 |
|
22 |
|