mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
032acb3a58
PR: 221553 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12955
33 lines
703 B
Makefile
33 lines
703 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= infamous-plugins
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.02-80
|
|
DISTVERSIONSUFFIX= -ga68e73d
|
|
CATEGORIES= audio
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= LV2 plugins for various sound effects
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2 \
|
|
${LOCALBASE}/lib/libfftw3.so:math/fftw3
|
|
LIB_DEPENDS= libfftw3f.so:math/fftw3-float \
|
|
libntk.so:x11-toolkits/ntk \
|
|
libzita-resampler.so:audio/zita-resampler
|
|
|
|
USES= cmake:outsource localbase pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ssj71
|
|
GH_PROJECT= infamousPlugins
|
|
USE_GNOME= cairo
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's| -g"|"|' \
|
|
${WRKSRC}/src/*/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|