cf118ccf87
Reported by: lwhsu
25 lines
548 B
Makefile
25 lines
548 B
Makefile
PORTNAME= lv2proc
|
|
DISTVERSION= 0.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/naspro/naspro/${DISTVERSION}/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Simple command line effect processor using LV2 plugins
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= liblilv-0.so:audio/lilv \
|
|
libserd-0.so:devel/serd \
|
|
libsndfile.so:audio/libsndfile \
|
|
libsord-0.so:devel/sord \
|
|
libsratom-0.so:audio/sratom
|
|
|
|
USES= gmake pkgconfig tar:bz2
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/lv2proc \
|
|
man/man1/lv2proc.1.gz
|
|
|
|
.include <bsd.port.mk>
|