mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
e8de19d2b7
Reported by: portscout
27 lines
628 B
Makefile
27 lines
628 B
Makefile
PORTNAME= infamous-plugins
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.3.2
|
|
CATEGORIES= audio
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= LV2 plugins for various sound effects
|
|
WWW= https://ssj71.github.io/infamousPlugins
|
|
|
|
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 compiler:c11 gnome localbase pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ssj71
|
|
GH_PROJECT= infamousPlugins
|
|
USE_GNOME= cairo
|
|
|
|
.include <bsd.port.mk>
|