1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/audio/zita-rev1/Makefile
Yuri Victorovich 5708ae4005 audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.

PR:		251125
Submitted by:	Florian Walpen <dev@submerge.ch> (original version)
2021-08-02 09:03:15 -07:00

29 lines
678 B
Makefile

PORTNAME= zita-rev1
DISTVERSION= 0.2.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://kokkinizita.linuxaudio.org/linuxaudio/downloads/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Reworked version of the reverb originally developed for Aeolus
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../COPYING
LIB_DEPENDS= libclthreads.so:devel/clthreads \
libclxclient.so:devel/clxclient \
libfftw3f.so:math/fftw3-float \
libjack.so:audio/jack \
libpng16.so:graphics/png
USES= gmake gnome localbase:ldflags pkgconfig tar:bz2 xorg
USE_GNOME= cairo
USE_XORG= x11 xft
WRKSRC_SUBDIR= source
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>