mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
28e40759b0
Update x11/libwacom to 0.32. Switch to use github, upstream has moved there. Obtained from: FreeBSD Graphics Team Development Repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
32 lines
713 B
Makefile
32 lines
713 B
Makefile
# Created by: johalun0@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libwacom
|
|
PORTVERSION= 0.32
|
|
DISTVERSIONPREFIX=libwacom-
|
|
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
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= linuxwacom
|
|
|
|
USES= autoreconf gettext-runtime gmake gnome libtool localbase \
|
|
pkgconfig pathfix tar:bzip2
|
|
USE_GNOME= glib20
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/-printf "%P\\n"/-print0 | xargs -0 basename/' ${WRKSRC}/data/Makefile.am
|
|
|
|
.include <bsd.port.mk>
|