|
Lines 2-9
Link Here
|
| 2 |
# $FreeBSD: head/audio/liblscp/Makefile 357981 2014-06-16 12:44:00Z amdmi3 $ |
2 |
# $FreeBSD: head/audio/liblscp/Makefile 357981 2014-06-16 12:44:00Z amdmi3 $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= liblscp |
4 |
PORTNAME= liblscp |
| 5 |
PORTVERSION= 0.5.6 |
5 |
PORTVERSION= 0.5.7 |
| 6 |
PORTREVISION= 1 |
|
|
| 7 |
CATEGORIES= audio |
6 |
CATEGORIES= audio |
| 8 |
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \ |
7 |
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \ |
| 9 |
http://download.linuxsampler.org/packages/ |
8 |
http://download.linuxsampler.org/packages/ |
|
Lines 11-21
Link Here
|
| 11 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@FreeBSD.org |
| 12 |
COMMENT= Wrapper around the LSCP network protocol |
11 |
COMMENT= Wrapper around the LSCP network protocol |
| 13 |
|
12 |
|
| 14 |
LICENSE= LGPL21 |
13 |
LICENSE= LGPL21 # (or later) |
| 15 |
|
14 |
|
| 16 |
USES= gmake pathfix libtool |
15 |
USES= libtool pathfix |
| 17 |
GNU_CONFIGURE= yes |
16 |
GNU_CONFIGURE= yes |
| 18 |
USE_LDCONFIG= yes |
|
|
| 19 |
INSTALL_TARGET= install-strip |
17 |
INSTALL_TARGET= install-strip |
|
|
18 |
USE_LDCONFIG= yes |
| 19 |
|
| 20 |
post-patch: |
| 21 |
@${REINPLACE_CMD} -e \ |
| 22 |
's|"GNU strip"|"strip"|' ${WRKSRC}/configure |
| 20 |
|
23 |
|
| 21 |
.include <bsd.port.mk> |
24 |
.include <bsd.port.mk> |