6a0240e9c7
information from audio data typically referred to as audio analysis plugins or audio feature extraction plugins. WWW: http://www.vamp-plugins.org/ PR: ports/164640 Submitted by: mathias.picker@gmx.de
27 lines
552 B
Makefile
27 lines
552 B
Makefile
# New ports collection makefile for: vamp-plugin-sdk
|
|
# Date created: 2012-01-08
|
|
# Whom: mathias.picker@gmx.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vamp-plugin-sdk
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://code.soundsoftware.ac.uk/attachments/download/224/
|
|
|
|
MAINTAINER= miwi@freebsd.org
|
|
COMMENT= Vamp audio analysis plugin SDK
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GNOME= pkgconfig
|
|
|
|
.include <bsd.port.mk>
|