freebsd-ports/audio/liblscp/Makefile
Dmitry Marakasov d193a1d80d - Update to 0.5.7
PR:		200291
Submitted by:	tkato432@yahoo.com
2015-05-21 16:08:08 +00:00

25 lines
557 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= liblscp
PORTVERSION= 0.5.7
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 # (or later)
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e \
's|"GNU strip"|"strip"|' ${WRKSRC}/configure
.include <bsd.port.mk>