forked from Lainports/freebsd-ports
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
20 lines
372 B
Makefile
20 lines
372 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 jpeg pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ktossell
|
|
|
|
CMAKE_ARGS= -DCMAKE_BUILD_TARGET:STRING=Shared
|
|
|
|
.include <bsd.port.mk>
|