1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/audio/swh-lv2/Makefile
Yuri Victorovich a31a69692d Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.

Approved by:	tcberner (mentor, implicit)
2018-02-25 00:40:37 +00:00

29 lines
586 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= swh
DISTVERSION= 1.0.16-4
DISTVERSIONSUFFIX= -g1aa77e5
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@FreeBSD.org
COMMENT= SWH Plugins in LV2 format
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2 \
${LOCALBASE}/include/fftw3.h:math/fftw3 \
xsltproc:textproc/libxslt
LIB_DEPENDS= libfftw3f.so:math/fftw3-float
USES= gmake pkgconfig localbase
USE_GITHUB= yes
GH_PROJECT= lv2
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/*.lv2/*.so
.include <bsd.port.mk>