mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
361be91e34
Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28333
30 lines
654 B
Makefile
30 lines
654 B
Makefile
# Created by: Michael Beer <beerml@sigma6audio.de>
|
|
# $FreeBSD$
|
|
|
|
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>
|