mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
c940e01f90
Bump 4 dependent ports.
36 lines
890 B
Makefile
36 lines
890 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ir
|
|
DISTVERSION= 1.3.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= LV2 impulse response plugin for reverb and cabinet simulation
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2 \
|
|
${LOCALBASE}/include/fftw3.h:math/fftw3
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
|
libsndfile.so:audio/libsndfile \
|
|
libsamplerate.so:audio/libsamplerate \
|
|
libzita-convolver.so:audio/zita-convolver \
|
|
libfontconfig.so:x11-fonts/fontconfig
|
|
|
|
USES= gmake pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tomszilagyi
|
|
GH_PROJECT= ir.lv2
|
|
USE_GNOME= glib20 gtk20 gdkpixbuf2 cairo
|
|
|
|
MAKE_ENV= INSTDIR=${STAGEDIR}${PREFIX}/lib/lv2
|
|
|
|
PLIST_FILES= lib/lv2/ir.lv2/ir.so lib/lv2/ir.lv2/ir.ttl \
|
|
lib/lv2/ir.lv2/ir_gui.so lib/lv2/ir.lv2/manifest.ttl
|
|
|
|
.include <bsd.port.mk>
|