mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
926db3d090
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
29 lines
650 B
Makefile
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>
|