Files
ports/audio/lv2proc/Makefile
T
Thomas Zander 8337fc6d5f Chase libsndfile 1.0.30 update.
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
2020-10-01 08:56:20 +00:00

28 lines
561 B
Makefile

# $FreeBSD$
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>