diff --git a/audio/sratom/Makefile b/audio/sratom/Makefile index 02612c5031ff..9222ff314f93 100644 --- a/audio/sratom/Makefile +++ b/audio/sratom/Makefile @@ -1,27 +1,28 @@ PORTNAME= sratom DISTVERSION= 0.6.14 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ MAINTAINER= ports@FreeBSD.org COMMENT= Library for serialising LV2 atoms to/from RDF WWW= https://drobilla.net/software/sratom.html LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 LIB_DEPENDS= libserd-0.so:devel/serd \ libsord-0.so:devel/sord RUN_DEPENDS= lv2>=1.14.0:audio/lv2 USES= meson pkgconfig python:build tar:xz USE_CSTD= c99 USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION} +MESON_ARGS+= -Ddocs=disabled post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsratom-0.so.${PORTVERSION} .include