mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
0412a4ec44
Also updated the MAINTAINER e-mail. Reported by: portscout Approved by: adamw Differential Revision: https://reviews.freebsd.org/D14153
37 lines
917 B
Makefile
37 lines
917 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ir
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.3.2-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= Anchakor
|
|
GH_PROJECT= ir.lv2
|
|
USE_GNOME= glib20 gtk20 gdkpixbuf2 cairo
|
|
|
|
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
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/ir.lv2/*.so
|
|
|
|
.include <bsd.port.mk>
|