1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/audio/caps-lv2/Makefile
Yuri Victorovich 8ec49f7859 audio/caps-lv2: fix build with GCC-based architectures
PR:		237565
Submitted by:	pkubaj
2019-04-25 17:07:32 +00:00

26 lines
479 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= caps-lv2
PORTVERSION= g20190321
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
COMMENT= LV2 version of the C* Audio Plugin Suite
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2
USES= gmake localbase
USE_GITHUB= yes
GH_ACCOUNT= moddevices
GH_TAGNAME= 250844a
post-patch:
@${REINPLACE_CMD} -e "s|__APPLE__|__FreeBSD__|" \
${WRKSRC}/dsp/v4f_IIR2.h
.include <bsd.port.mk>