mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
8ec49f7859
PR: 237565 Submitted by: pkubaj
26 lines
479 B
Makefile
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>
|