mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
05f0f44a55
Homepage link is permanent redirected to its HTTPS counterpart
30 lines
763 B
Makefile
30 lines
763 B
Makefile
PORTNAME= libconvolve
|
|
PORTVERSION= 0.0.8
|
|
PORTREVISION= 8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/heaven/Audio%20Applications/Jack%20Related/jack_convolve/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple C library for partitioned convolution
|
|
WWW= https://heaven.sourceforge.net/index.php/programs/audio
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
|
libfftw3f.so:math/fftw3-float \
|
|
libsamplerate.so:audio/libsamplerate \
|
|
libsndfile.so:audio/libsndfile
|
|
|
|
USES= gmake pkgconfig tar:tgz
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/cp / s|PREFIX|DESTDIR)$$(&|g' \
|
|
-e '/ln / s|PREFIX|DESTDIR)$$(&|2' \
|
|
${WRKSRC}/Makefile
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.0.0.8
|
|
|
|
.include <bsd.port.mk>
|