freebsd-ports/audio/vamp-plugin-sdk/Makefile
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

27 lines
576 B
Makefile

# Created by: mathias.picker@gmx.de
# $FreeBSD$
PORTNAME= vamp-plugin-sdk
PORTVERSION= 2.6
CATEGORIES= audio
MASTER_SITES= https://code.soundsoftware.ac.uk/attachments/download/1520/
MAINTAINER= uddka@student.kit.edu
COMMENT= Vamp audio analysis plugin SDK
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsndfile.so:audio/libsndfile
GNU_CONFIGURE= yes
USES= gmake pathfix pkgconfig
USE_LDCONFIG= yes
post-install:
${STRIP_CMD} \
${STAGEDIR}${PREFIX}/bin/* \
${STAGEDIR}${PREFIX}/lib/*.so \
${STAGEDIR}${PREFIX}/lib/vamp/*.so
.include <bsd.port.mk>