diff --git a/devel/orc/Makefile b/devel/orc/Makefile index 3b348159d512..389eb0d8c756 100644 --- a/devel/orc/Makefile +++ b/devel/orc/Makefile @@ -1,29 +1,31 @@ PORTNAME= orc PORTVERSION= 0.4.42 CATEGORIES= devel MASTER_SITES= https://gstreamer.freedesktop.org/data/src/orc/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library and toolset to operate arrays of data WWW= https://gstreamer.freedesktop.org/projects/orc.html \ https://gitlab.freedesktop.org/gstreamer/orc LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= meson pkgconfig tar:xz +USES= cpe meson pkgconfig tar:xz + +CPE_VENDOR= gstreamer MESON_ARGS= --default-library=both \ -Dbenchmarks=auto \ -Dexamples=auto \ -Dorc-target=all \ -Dorc-test=auto \ -Dtests=auto MESON_DISABLED= hotdoc MESON_ENABLED= tools USE_LDCONFIG= yes PLIST_SUB= LIBMINORVER=${PORTVERSION:E} .include