mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
cf118ccf87
Reported by: lwhsu
21 lines
340 B
Makefile
21 lines
340 B
Makefile
PORTNAME= alo
|
|
DISTVERSION= 0.9
|
|
CATEGORIES= audio
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Looper LV2 plugin
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2
|
|
|
|
USES= compiler:c++11-lang gmake localbase
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= devcurmudgeon
|
|
|
|
WRKSRC_SUBDIR= source
|
|
|
|
.include <bsd.port.mk>
|