aboutsummaryrefslogtreecommitdiffstats
path: root/audio/zita-convolver/Makefile
blob: dcdfd51332f40759f1c521ad55d29b2d51acdf23 (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
26
27
28
29
30
31
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$

PORTNAME=   zita-convolver
DISTVERSION=    4.0.2
CATEGORIES= audio
MASTER_SITES=   http://kokkinizita.linuxaudio.org/linuxaudio/downloads/

MAINTAINER= yuri@FreeBSD.org
COMMENT=    Fast, partitioned convolution engine library

LICENSE=    GPLv3
LICENSE_FILE=   ${WRKSRC}/../COPYING

BUILD_DEPENDS=  ${LOCALBASE}/include/fftw3.h:math/fftw3
LIB_DEPENDS=    libfftw3f.so:math/fftw3-float

USES=       compiler:c++11-lib gmake localbase:ldflags tar:bz2
USE_LDCONFIG=   yes

WRKSRC_SUBDIR=  source

PLIST_FILES=    include/zita-convolver.h \
        lib/libzita-convolver.so \
        lib/libzita-convolver.so.4 \
        lib/libzita-convolver.so.${PORTVERSION}

post-install:
    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libzita-convolver.so.${PORTVERSION}

.include <bsd.port.mk>