1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/audio/sratom/Makefile
2021-04-06 16:31:07 +02:00

29 lines
642 B
Makefile

# Created by: Michael Beer <beerml@sigma6audio.de>
PORTNAME= sratom
PORTVERSION= 0.6.8
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for serialising LV2 atoms to/from RDF
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 <bsd.port.mk>