1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/x11/libwacom/Makefile
2021-04-06 16:31:07 +02:00

23 lines
566 B
Makefile

# Created by: johalun0@gmail.com
PORTNAME= libwacom
DISTVERSION= 1.5
CATEGORIES= x11
MASTER_SITES= https://github.com/linuxwacom/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
MAINTAINER= x11@FreeBSD.org
COMMENT= Adds tablet support to libinput
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
LIB_DEPENDS= libgudev-1.0.so:devel/libgudev
TEST_DEPENDS= bash:shells/bash
USES= compiler:c++11-lang gnome meson pkgconfig tar:bz2
USE_GNOME= glib20
USE_LDCONFIG= yes
.include <bsd.port.mk>