aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libconvolve/Makefile
blob: 5e4a8cd70a3d71739cb07469df72237711d374c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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=   http://tapas.affenbande.org/jack_convolve/
EXTRACT_SUFX=   .tgz

MAINTAINER= trasz@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>