freebsd-ports/multimedia/libuvc/Makefile
Yuri Victorovich a2107f6909 multimedia/libuvc: Update 0.0.6-32 → 0.0.7
Reported by:	portscout
2023-04-02 00:40:17 -07:00

20 lines
483 B
Makefile

PORTNAME= libuvc
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.7
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
COMMENT= Cross-platform library for USB video devices
WWW= https://libuvc.github.io/libuvc/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cmake:testing jpeg pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
CMAKE_OFF= BUILD_EXAMPLE
CMAKE_TESTING_ON= BUILD_TEST # tests fail to compile, see https://github.com/libuvc/libuvc/issues/254
.include <bsd.port.mk>