diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-11-08 15:23:19 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-11-08 15:23:19 +0000 |
commit | 4ec0d07fc3eb4b0be69cb82fc9c15f32d3375e19 (patch) | |
tree | f2eee4a9b84affa26d6501f8f1b0510dcb894ea2 /audio/libshout2 | |
parent | c503c0a68e8b22bad09da6a0b9c86c0f32bf58a7 (diff) | |
download | ports-4ec0d07fc3eb4b0be69cb82fc9c15f32d3375e19.tar.gz ports-4ec0d07fc3eb4b0be69cb82fc9c15f32d3375e19.zip |
Notes
Diffstat (limited to 'audio/libshout2')
-rw-r--r-- | audio/libshout2/Makefile | 9 | ||||
-rw-r--r-- | audio/libshout2/pkg-descr | 13 | ||||
-rw-r--r-- | audio/libshout2/pkg-plist | 12 |
3 files changed, 16 insertions, 18 deletions
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index a592582e295c..3185178cbf36 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: libshout # Date created: 06 Jun 2000 -# Whom: zach@pabst.bendnet.com +# Whom: Zach Zurflu <zach@pabst.bendnet.com> # # $FreeBSD$ # @@ -14,7 +14,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/libshout/ DISTNAME= libshout-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Routines for connecting and transmitting data to the icecast server +COMMENT= Connect and transmit data to an Icecast media streaming server LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ theora.0:${PORTSDIR}/multimedia/libtheora \ @@ -27,12 +27,13 @@ USE_GMAKE= yes USE_GNOME+= pkgconfig GNU_CONFIGURE= yes CONFLICTS= libshout-1.0.7 +DOCSDIR= ${PREFIX}/share/doc/libshout pre-configure: - @ ${REINPLACE_CMD} -e "s|-ffast-math||g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|-ffast-math||g" ${WRKSRC}/configure post-configure: - @ ${REINPLACE_CMD} -e "s|pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g" \ + @${REINPLACE_CMD} -e "s|pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g" \ ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/audio/libshout2/pkg-descr b/audio/libshout2/pkg-descr index 995445d44374..d5c5dec4cb0f 100644 --- a/audio/libshout2/pkg-descr +++ b/audio/libshout2/pkg-descr @@ -1,10 +1,7 @@ -A port of the libshout library. Libshout allows applications to easily -communicate and broadcast to an Icecast streaming media server. It handles the -socket connections, metadata communication, and data streaming for the calling -application, and lets developers focus on feature sets instead of -implementation details. +This is a port of the libshout library. Libshout allows applications to +easily communicate and broadcast to an Icecast streaming media server. It +handles the socket connections, metadata communication, and data streaming +for the calling application, and lets developers focus on feature sets +instead of implementation details. WWW: http://www.icecast.org/ - -- Michael Nottebrock -michaelnottebrock@gmx.net diff --git a/audio/libshout2/pkg-plist b/audio/libshout2/pkg-plist index 42db494b62e9..1a1f6e7ffc74 100644 --- a/audio/libshout2/pkg-plist +++ b/audio/libshout2/pkg-plist @@ -5,10 +5,10 @@ lib/libshout.so lib/libshout.so.5 libdata/pkgconfig/shout.pc share/aclocal/shout.m4 -share/doc/libshout/COPYING -share/doc/libshout/NEWS -share/doc/libshout/README -share/doc/libshout/example.c -share/doc/libshout/nonblocking.c -@dirrm share/doc/libshout +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README +%%DOCSDIR%%/example.c +%%DOCSDIR%%/nonblocking.c +@dirrm %%DOCSDIR%% @dirrm include/shout |