diff --git a/audio/sratom/Makefile b/audio/sratom/Makefile index 61d6545f205e..40447f301a54 100644 --- a/audio/sratom/Makefile +++ b/audio/sratom/Makefile @@ -1,27 +1,27 @@ PORTNAME= sratom PORTVERSION= 0.6.10 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 +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= pkgconfig python:build tar:bzip2 waf USE_CSTD= c99 USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsratom-0.so.${PORTVERSION} .include