ac002c6ed2
march=core2 isn't valid on several x86/non x86 platforms and causes build failures. PR: 259171 Approved by: yuri (maintainer)
19 lines
425 B
Makefile
19 lines
425 B
Makefile
PORTNAME= obs-ndi
|
|
DISTVERSION= 4.9.1
|
|
PORTREVISION= 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>
|