freebsd-ports/audio/libconvolve/Makefile
Baptiste Daroussin 5edacf50fe Point to new public distfile
Undeprecate

Submitted by:	bf1783@googlemail.com (by mail)
2011-06-17 05:54:06 +00:00

25 lines
593 B
Makefile

# New ports collection makefile for: libconvolve
# Date created: 2007-04-02
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= libconvolve
PORTVERSION= 0.0.8
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/heaven/Audio%20Applications/Jack%20Related/jack_convolve/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple C library for partitioned convolution
LIB_DEPENDS= fftw3f.5:${PORTSDIR}/math/fftw3-float \
samplerate.1:${PORTSDIR}/audio/libsamplerate \
sndfile.1:${PORTSDIR}/audio/libsndfile
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>