blob: 19d08ada167fd8399fafeb05a11766a9635b1686 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= liblscp
PORTVERSION= 0.5.6
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
NO_STAGE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|