freebsd-ports/x11-drivers/xf86-input-wacom/Makefile
Muhammad Moinur Rahman 603cf1b141
x11-drivers/xf86-input-wacom: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 17:36:32 +01:00

45 lines
1.1 KiB
Makefile

PORTNAME= xf86-input-wacom
PORTVERSION= 0.39.0
PORTREVISION= 4
CATEGORIES= x11-drivers
MASTER_SITES= https://github.com/linuxwacom/${PORTNAME}/releases/download/${DISTNAME}/
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org legacy Wacom tablet driver
WWW= https://linuxwacom.github.io/
LICENSE= GPLv2+
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
RUN_DEPENDS= webcamd>=3.1.0.1:multimedia/webcamd
USES= gmake pathfix xorg xorg-cat:driver
USE_XORG= x11 xext xinerama xrandr
LDFLAGS+= -Wl,--as-needed # Xext
USE_RC_SUBR= wacom
SUB_FILES= pkg-message
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ENV= UDEV_CFLAGS=" " UDEV_LIBS=" "
CONFIGURE_ARGS= --without-systemd-unit-dir \
--without-udev-rules-dir \
--without-doxygen
OPTIONS_DEFINE= DEBUG TEST
DEBUG_CONFIGURE_ENABLE=debug
TEST_CONFIGURE_ENABLE=unit-tests
TEST_ALL_TARGET=check
post-patch:
@${REINPLACE_CMD} \
-e 's/dir=.*xorg-server/& \
--define-variable prefix="$$prefix"/' \
${WRKSRC}/configure
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/X11/xorg.conf.d
${INSTALL_DATA} ${FILESDIR}/wacom.conf.sample \
${STAGEDIR}${PREFIX}/etc/X11/xorg.conf.d
.include <bsd.port.mk>