1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/audio/liblscp/Makefile
Dmitry Marakasov cfd6d1f4f7 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-06-16 12:44:00 +00:00

22 lines
450 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= liblscp
PORTVERSION= 0.5.6
PORTREVISION= 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
USES= gmake pathfix libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>