mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
9de6aff58e
libdata/pkgconfig. Fix ports that where installing the file in the wrong place. PR: 218067 Submitted by: mat Exp-run by: antoine Reviewed by: rene, antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10129
26 lines
574 B
Makefile
26 lines
574 B
Makefile
# Created by: Michael Beer <beerml@sigma6audio.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sratom
|
|
PORTVERSION= 0.6.0
|
|
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
|
|
|
|
LIB_DEPENDS= libserd-0.so:devel/serd libsord-0.so:devel/sord
|
|
BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
|
|
|
|
USES= pkgconfig python:build tar:bzip2 waf
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsratom-0.so.0.6.0
|
|
|
|
.include <bsd.port.mk>
|