20 lines
376 B
Makefile
20 lines
376 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
PORTNAME= caps-lv2
|
|
PORTVERSION= g20200529
|
|
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= 5d52a0c
|
|
|
|
.include <bsd.port.mk>
|