f07151ba32
Changelog: https://gitlab.freedesktop.org/gstreamer/orc/-/blob/0.4.40/RELEASE PR: 281467 Approved by: portmgr (maintainer timeout, 2+ weeks)
25 lines
562 B
Makefile
25 lines
562 B
Makefile
PORTNAME= orc
|
|
DISTVERSION= 0.4.40
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/data/src/${PORTNAME}/
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Library and toolset to operate arrays of data
|
|
WWW= https://gstreamer.freedesktop.org/projects/orc.html
|
|
|
|
LICENSE= BSD2CLAUSE BSD3CLAUSE
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= meson pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB+= LIBMINORVER=${DISTVERSION:E}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
|
|
DOCS_MESON_ENABLED= gtk_doc
|
|
|
|
.include <bsd.port.mk>
|