2013-03-17 17:44:03 +01:00
|
|
|
# Created by: mathias.picker@gmx.de
|
2012-02-07 07:35:32 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vamp-plugin-sdk
|
|
|
|
PORTVERSION= 2.3
|
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://code.soundsoftware.ac.uk/attachments/download/224/
|
|
|
|
|
2013-03-17 17:44:03 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2012-02-07 07:35:32 +01:00
|
|
|
COMMENT= Vamp audio analysis plugin SDK
|
|
|
|
|
|
|
|
LICENSE= BSD
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2013-12-11 15:35:36 +01:00
|
|
|
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
|
2012-02-07 07:35:32 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-08-31 01:01:05 +02:00
|
|
|
USES= gmake pkgconfig
|
2012-02-07 07:35:32 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|