opnsense-ports/devel/libmtdev/Makefile
Franco Fichtner de42f77c66 */*: sync with upstream
Taken from: FreeBSD
2024-05-03 13:37:31 +02:00

21 lines
487 B
Makefile

PORTNAME= mtdev
PORTVERSION= 1.1.7
CATEGORIES= devel
MASTER_SITES= http://bitmath.org/code/${PORTNAME}/
PKGNAMEPREFIX= lib
MAINTAINER= x11@FreeBSD.org
COMMENT= Multitouch Protocol Translation Library
WWW= https://bitmath.org/code/mtdev/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
USES= libtool localbase pathfix tar:bz2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>