1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/graphics/gstreamer1-plugins-opencv/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
342 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
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"