1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/x11/libwacom/Makefile
Mark Linimon d9a4168e8b Add compiler:c++11-lang to USES to fix build on GCC-based systems:
../libwacom/libwacom-deprecated.c:60: error: expected declaration specifiers or '...' before string constant

Approved by:	portmgr (tier-2 blanket)
2020-07-06 19:44:21 +00:00

26 lines
537 B
Makefile

# Created by: johalun0@gmail.com
# $FreeBSD$
PORTNAME= libwacom
DISTVERSIONPREFIX=libwacom-
DISTVERSION= 1.4.1
CATEGORIES= x11
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
USE_GITHUB= yes
GH_ACCOUNT= linuxwacom
USE_GNOME= glib20
USE_LDCONFIG= yes
.include <bsd.port.mk>