mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
09b5a3211e
Reported by: portscout
23 lines
353 B
Makefile
23 lines
353 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= alo
|
|
DISTVERSION= 0.8
|
|
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>
|