freebsd-ports/audio/vamp-plugin-sdk/Makefile
Eitan Adler 997f760bc0 Fix minor nit: use the canconical FreeBSD.org form for email addresses.
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
2013-03-17 16:44:03 +00:00

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>