mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
c506775ffe
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13391
21 lines
382 B
Makefile
21 lines
382 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libuvc
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.0.6
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Cross-platform library for USB video devices
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= cmake:outsource jpeg pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ktossell
|
|
|
|
CMAKE_ARGS= -DCMAKE_BUILD_TARGET:STRING=Shared
|
|
|
|
.include <bsd.port.mk>
|