aboutsummaryrefslogtreecommitdiffstats
path: root/audio/liblscp/Makefile
blob: 63d192337b2f2459f0417d25c7de6d1c98c3aac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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+
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=       libtool pathfix tar:bzip2
GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
USE_LDCONFIG=   yes

.include <bsd.port.mk>