1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/audio/sratom/Makefile
Koop Mast 70e3c3f124 Add lv2 to RUN_DEPENDS.
sratom and lilv both have lv2 in the Required filed of there pkg-config file.

PR:		234334
Approved by:	maintainer
2018-12-30 20:56:50 +00:00

30 lines
682 B
Makefile

# Created by: Michael Beer <beerml@sigma6audio.de>
# $FreeBSD$
PORTNAME= sratom
PORTVERSION= 0.6.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/
MAINTAINER= beerml@sigma6audio.de
COMMENT= Sratom is a 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>