mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
30 lines
777 B
Makefile
30 lines
777 B
Makefile
PORTNAME= lilv
|
|
DISTVERSION= 0.24.24
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://download.drobilla.net/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Make use of LV2 plugins as simple as possible
|
|
WWW= https://drobilla.net/software/lilv
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
|
|
LIB_DEPENDS= libserd-0.so:devel/serd \
|
|
libsndfile.so:audio/libsndfile \
|
|
libsord-0.so:devel/sord \
|
|
libsratom-0.so:audio/sratom \
|
|
libzix-0.so:devel/zix
|
|
RUN_DEPENDS= lv2>=1.14.0:audio/lv2
|
|
|
|
USES= meson pkgconfig python:build tar:xz
|
|
USE_LDCONFIG= yes
|
|
MESON_ARGS= -Ddocs=disabled \
|
|
--mandir=${PREFIX}/share/man
|
|
BINARY_ALIAS= python3=${PYTHON_CMD}
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
TESTING_UNSAFE= https://gitlab.com/lv2/lilv/-/issues/12
|
|
|
|
.include <bsd.port.mk>
|