mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
aea229add4
Reported by: portscout
21 lines
422 B
Makefile
21 lines
422 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= obs-ndi
|
|
DISTVERSION= 4.9.1
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= OBS Studio Plugin: Network Device Interface
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libobs.so:multimedia/obs-studio
|
|
|
|
USES= cmake compiler:c++11-lang localbase:ldflags qt:5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Palakis
|
|
USE_QT= core gui widgets buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|