freebsd-ports/multimedia/v4l-utils/Makefile
Koop Mast 636dab0705 Update libv4l and friends to 1.6.3.
Turn v4l-util and v4l_compat into slave ports.
"Steal" the dvb headers from linux 3.16.7 and roll them into a tarball.
Assign maintainership to multimedia@

Differential Revision:	https://reviews.freebsd.org/D1482
Approved by:		nox@, hslasky@, kwm@ (multimedia@)
2015-06-14 04:59:37 +00:00

20 lines
394 B
Makefile

# Created by: Juergen Lock <nox@FreeBSD.org>
# $FreeBSD$
PORTNAME?= v4l-utils
PORTREVISION= 0
COMMENT= Video4Linux utilities
MASTERDIR= ${.CURDIR}/../../multimedia/libv4l
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
LIBV4L_SLAVE= utils
INSTALL_WRKSRC= ${WRKSRC}/utils
# no need for udev rules
post-install:
@${RM} -rf ${STAGEDIR}/lib/udev
.include "${MASTERDIR}/Makefile"