997f760bc0
This was causing me issues when attempting to gather certain statistics. While here trim header Approved by: miwi, adrian, tj No objection from: db, bjk, cperciva, scheidell, osa
23 lines
450 B
Makefile
23 lines
450 B
Makefile
# Created by: 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>
|