mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
26 lines
574 B
Makefile
26 lines
574 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mtdev
|
|
PORTVERSION= 1.1.5
|
|
PORTREVISION= 1
|
|
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:multimedia/v4l_compat
|
|
RUN_DEPENDS= v4l_compat>=1.0.20110603: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>
|