1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/audio/libconvolve/Makefile
Edward Tomasz Napierala 985042c3ae Change my email address to trasz@FreeBSD.org.
Approved by:	miwi (mentor)
2007-04-13 13:03:49 +00:00

25 lines
559 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
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.4:${PORTSDIR}/math/fftw3-float \
samplerate.1:${PORTSDIR}/audio/libsamplerate \
sndfile.1:${PORTSDIR}/audio/libsndfile
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>