mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
22 lines
575 B
Makefile
22 lines
575 B
Makefile
PORTNAME= xf86-input-evdev
|
|
PORTVERSION= 2.10.6
|
|
PORTREVISION= 8
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org event device input driver
|
|
WWW= https://www.x.org/
|
|
|
|
LICENSE= MIT # various styles
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
|
|
LIB_DEPENDS= libevdev.so:devel/libevdev \
|
|
libmtdev.so:devel/libmtdev
|
|
RUN_DEPENDS= webcamd>=3.1.0.1:multimedia/webcamd
|
|
|
|
USES= pathfix xorg-cat:driver
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
CONFIGURE_ENV= UDEV_CFLAGS=" " UDEV_LIBS=" "
|
|
|
|
.include <bsd.port.mk>
|