mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
0185a82cf9
from Brad (maintainer)
27 lines
481 B
Makefile
27 lines
481 B
Makefile
COMMENT= library and toolset to operate arrays of data
|
|
|
|
DISTNAME= orc-0.4.42
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
SITES= https://gstreamer.freedesktop.org/src/orc/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
SHARED_LIBS= orc-0.4 8.0 \
|
|
orc-test-0.4 6.2
|
|
|
|
HOMEPAGE= https://gstreamer.freedesktop.org/modules/orc.html
|
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MODULES= devel/meson
|
|
|
|
CONFIGURE_ARGS+=-Ddefault_library=both \
|
|
-Dhotdoc=disabled
|
|
|
|
.include <bsd.port.mk>
|