freebsd-ports/audio/vamp-plugin-sdk/Makefile
Martin Wilke 6a0240e9c7 Vamp is an audio processing plugin system for plugins that extract descriptive
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
2012-02-07 06:35:32 +00:00

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>