Update devel/libmtdev to 1.1.6 [0] Switch to USES=localbase instead of manipulating CPPFLAGS [1] Pass maintainership to x11@, since this is used in the xorg and wayland input stacks. [0] PR: 249962 [0], 249295 [1] Submitted by: zeising [0] Suggested by: daniel.engberg.lists@pyret.net [1] Approved by: hselasky (maintainer) Obtained from: FreeBSD Graphics Team git repo [0]
24 lines
528 B
Makefile
24 lines
528 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mtdev
|
|
PORTVERSION= 1.1.6
|
|
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
|
|
RUN_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>
|