1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/audio/rubberband/Makefile
Martin Wilke 28a2d050c8 - Convert to tar:bzip2
- Drop maintainership
2014-05-25 09:01:30 +00:00

31 lines
826 B
Makefile

# Created by: mathias.picker@gmx.de
# $FreeBSD$
PORTNAME= rubberband
PORTVERSION= 1.7.0
CATEGORIES= audio
MASTER_SITES= http://code.breakfastquay.com/attachments/download/23/
MAINTAINER= ports@FreeBSD.org
COMMENT= Vamp audio analysis plugin SDK
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
libvamp-sdk.so:${PORTSDIR}/audio/vamp-plugin-sdk \
libfftw3.so:${PORTSDIR}/math/fftw3
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
USES= gmake pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>