aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-10-05 14:52:07 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-10-05 15:04:34 +0000
commitdf5c9fb01efbfe23abdff43e88cf5cb55d35c293 (patch)
treea0acbc785ceaf8e0ec0b6e3f0258c8b675c1fbf3
parentca062cc1b4e43e09230c52b4add3d1b69c9693fb (diff)
downloadports-df5c9fb01efbfe23abdff43e88cf5cb55d35c293.tar.gz
ports-df5c9fb01efbfe23abdff43e88cf5cb55d35c293.zip
multimedia/gstreamer1-plugins: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--multimedia/gstreamer1-plugins/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile
index 4f01b23b74d9..15d7409dd352 100644
--- a/multimedia/gstreamer1-plugins/Makefile
+++ b/multimedia/gstreamer1-plugins/Makefile
@@ -43,13 +43,16 @@ UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION}
UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX}
DIST?= base
-USES+= gettext gmake gnome libtool pathfix pkgconfig python tar:xz
+USES+= cpe gettext gmake gnome libtool pathfix pkgconfig python tar:xz
USE_GNOME+= glib20 introspection:build libxml2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
GST_PLUGIN?= base
USE_LDCONFIG= yes
+CPE_VENDOR= gstreamer_project
+CPE_PRODUCT= gstreamer
+
CFLAGS+= -Wno-format
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lpthread -L${LOCALBASE}/lib ${EXTRA_LIBS}