diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-10-18 13:03:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-10-18 13:03:52 +0000 |
commit | 235701b81c331d09bed2036e971e95a6ff5229e4 (patch) | |
tree | 05a5406d6b48a83513f0dd98294521c8ac77ab24 /audio | |
parent | 83f6900920d5aef27f8bbdfe522c61d8955a5846 (diff) | |
download | ports-235701b81c331d09bed2036e971e95a6ff5229e4.tar.gz ports-235701b81c331d09bed2036e971e95a6ff5229e4.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/liblscp/Makefile | 10 | ||||
-rw-r--r-- | audio/liblscp/pkg-plist | 14 |
2 files changed, 14 insertions, 10 deletions
diff --git a/audio/liblscp/Makefile b/audio/liblscp/Makefile index 7a6b21235b3e..036fcdab4338 100644 --- a/audio/liblscp/Makefile +++ b/audio/liblscp/Makefile @@ -8,14 +8,18 @@ PORTNAME= liblscp PORTVERSION= 0.5.6 CATEGORIES= audio -MASTER_SITES= http://download.linuxsampler.org/packages/ +MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \ + http://download.linuxsampler.org/packages/ MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper around the LSCP network protocol -GNU_CONFIGURE= yes -USE_GMAKE= yes +LICENSE= LGPL21 + USE_GNOME= gnomehack +USE_GMAKE= yes +GNU_CONFIGURE= yes USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes .include <bsd.port.mk> diff --git a/audio/liblscp/pkg-plist b/audio/liblscp/pkg-plist index 21f61442e153..d4bb7b6bf2c8 100644 --- a/audio/liblscp/pkg-plist +++ b/audio/liblscp/pkg-plist @@ -1,12 +1,12 @@ -include/lscp/version.h -include/lscp/thread.h -include/lscp/socket.h include/lscp/client.h include/lscp/device.h include/lscp/event.h -@dirrm include/lscp -lib/liblscp.so.6 -lib/liblscp.so -lib/liblscp.la +include/lscp/socket.h +include/lscp/thread.h +include/lscp/version.h lib/liblscp.a +lib/liblscp.la +lib/liblscp.so +lib/liblscp.so.6 libdata/pkgconfig/lscp.pc +@dirrm include/lscp |