1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/multimedia/v4l-utils/Makefile
Hans Petter Selasky 6dd2426803 Upgrade v4l_compat, libv4l and v4l-utils to v1.18.0.
The most important change is that up-to-date V4L header files are now
sourced from the webcamd distribution tarball.

Refer to the ChangeLog file in the v4l-utils tarball for a comprehensive
list of changes.

PR:		245501
Approved by:	pi (implicit)
2020-04-17 08:34:50 +00:00

19 lines
341 B
Makefile

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