freebsd-ports/x11/libwacom/Makefile
Niclas Zeising 926db3d090 x11/libwacom: install the profiles of tablets
Due to a linux only command in the makefile libwacom isn't finding and
installing tablet profiles.  Fix the command to work on FreeBSD and thus
install tablet profiles.

PR:		219264
Submitted by:	Henry Hu
2018-05-20 14:41:43 +00:00

29 lines
650 B
Makefile

# Created by: johalun0@gmail.com
# $FreeBSD$
PORTNAME= libwacom
PORTVERSION= 0.23
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= https://sourceforge.net/projects/linuxwacom/files/libwacom/
MAINTAINER= x11@FreeBSD.org
COMMENT= Adds tablet support to libinput
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgudev-1.0.so:devel/libgudev
USES= gettext-runtime gmake 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.in
.include <bsd.port.mk>