freebsd-ports/devel/libmtdev/Makefile
Emmanuel Vadot 5d998836b3 devel/libmtdev: Remove RUN_DEPENDS on evdev-proto
This is a build dependancy, not a runtime one.

Sponsored by:   Beckhoff Automation GmbH & Co. KG
2021-11-09 09:55:01 +01:00

21 lines
465 B
Makefile

PORTNAME= mtdev
PORTVERSION= 1.1.6
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://bitmath.org/code/${PORTNAME}/
PKGNAMEPREFIX= lib
MAINTAINER= x11@FreeBSD.org
COMMENT= Multitouch Protocol Translation Library
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>