mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
0a2c5ca042
PR: 275977 Approved by: desktop@FreeBSD.org (maintainers timeout; 4+ months)
19 lines
442 B
Makefile
19 lines
442 B
Makefile
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
|
|
COMMENT= GStreamer opencv real time computer vision plugin
|
|
|
|
GST_PLUGIN= opencv
|
|
DIST= bad
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
# Clang has issues with Overloaded stuff inside OpenCV
|
|
CXXFLAGS+= -Wno-overloaded-virtual
|
|
LIB_DEPENDS= libopencv_highgui.so:graphics/opencv
|
|
GST_PLUGIN_DIR= gst-libs/gst/opencv ext/opencv
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|