Changeset View
Changeset View
Standalone View
Standalone View
head/audio/x42-plugins-lv2/Makefile
Property | Old Value | New Value |
---|---|---|
svn:eol-style | null | native \ No newline at end of property |
svn:keywords | null | FreeBSD=%H \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
# Created by: Yuri Victorovich <yuri@rawbw.com> | |||||
# $FreeBSD$ | |||||
PORTNAME= x42-plugins | |||||
PORTVERSION= 20170428 | |||||
CATEGORIES= audio | |||||
MASTER_SITES= http://gareus.org/misc/x42-plugins/ | |||||
PKGNAMESUFFIX= -lv2 | |||||
MAINTAINER= yuri@rawbw.com | |||||
COMMENT= Collection of LV2 plugins (submodules) | |||||
BUILD_DEPENDS= lv2>0:audio/lv2 \ | |||||
${LOCALBASE}/include/fftw3.h:math/fftw3 \ | |||||
bash:shells/bash | |||||
LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ | |||||
libjack.so:audio/jack \ | |||||
liblo.so:audio/liblo \ | |||||
libltc.so:audio/libltc \ | |||||
libsamplerate.so:audio/libsamplerate \ | |||||
libsndfile.so:audio/libsndfile \ | |||||
libzita-convolver.so:audio/zita-convolver | |||||
USES= gmake localbase pkgconfig tar:xz shebangfix | |||||
USE_GNOME= glib20 pango cairo | |||||
USE_XORG= x11 | |||||
USE_GL= glu gl | |||||
MAKE_ENV= BUILDOPENGL=yes BUILDGTK=no LV2DIR=${PREFIX}/lib/lv2 MANDIR=${PREFIX}/man/man1 | |||||
SHEBANG_FILES= stepseq.lv2/gridgen.sh | |||||
post-patch: | |||||
${REINPLACE_CMD} 's/__APPLE__/__FreeBSD__/' \ | |||||
${WRKSRC}/tuna.lv2/src/spectr.c \ | |||||
${WRKSRC}/meters.lv2/src/spectr.c | |||||
${REINPLACE_CMD} 's|$$(mandir)/man1|$$(MANDIR)|' \ | |||||
${WRKSRC}/sisco.lv2/Makefile | |||||
post-install: | |||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/convo.lv2/convoLV2.so | |||||
.include <bsd.port.mk> |