21 lines
424 B
Makefile
21 lines
424 B
Makefile
# Created by: mm
|
|
|
|
PORTNAME= orc
|
|
PORTVERSION= 0.4.31
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/data/src/orc/
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Library and toolset to operate arrays of data
|
|
|
|
LICENSE= BSD2CLAUSE BSD3CLAUSE
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
|
|
|
|
USES= gmake meson pkgconfig tar:xz
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|