1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/audio/liblscp/Makefile
2021-07-05 15:30:28 -07:00

21 lines
446 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
PORTNAME= liblscp
DISTVERSION= 0.9.4
CATEGORIES= audio
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \
http://download.linuxsampler.org/packages/
MAINTAINER= nc@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>