freebsd-ports/audio/liblscp/Makefile
2021-04-06 16:31:07 +02:00

21 lines
449 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
PORTNAME= liblscp
DISTVERSION= 0.6.1
CATEGORIES= audio
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \
http://download.linuxsampler.org/packages/
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper around the LSCP network protocol
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>