636dab0705
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@)
20 lines
394 B
Makefile
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"
|