ports/devel/libmtdev/Makefile
Jan Beich da5c6b0587 devel/libmtdev: add new port
PR:		196978
Approved by:	hselasky

mtdev is a stand-alone library which transforms all variants of
kernel MT events to the slotted type B protocol. The events put into
mtdev may be from any MT device, specifically type A without contact
tracking, type A with contact tracking, or type B with contact
tracking. See Linux kernel documentation for further details.

http://bitmath.org/code/mtdev/
2015-09-16 10:28:14 +00:00

25 lines
582 B
Makefile

# $FreeBSD$
PORTNAME= mtdev
PORTVERSION= 1.1.5
CATEGORIES= devel
MASTER_SITES= http://bitmath.org/code/${PORTNAME}/
PKGNAMEPREFIX= lib
MAINTAINER= hselasky@FreeBSD.org
COMMENT= Multitouch Protocol Translation Library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat
RUN_DEPENDS= v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat
USES= libtool pathfix tar:bz2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include # v4l_compat
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>