1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/multimedia/obs-ndi/Makefile
Yuri Victorovich aea229add4 multimedia/obs-ndi: Update 4.9.0 -> 4.9.1
Reported by:	portscout
2020-05-15 16:01:36 +00:00

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>