diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index 7da788e7d4cc..3475a0a979ce 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -18,16 +18,14 @@ LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex \ CONFLICTS= libshout2-[0-9]* -CFLAGS+= -I${LOCALBASE}/include +OPTIONS_DEFINE= DOCS + GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -pthread USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig PORTDOCS= * -OPTIONS_DEFINE= DOCS - post-patch: @${REINPLACE_CMD} -e 's|-ffast-math||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|^Requires: |Requires.private: |' ${WRKSRC}/shout.pc.in diff --git a/audio/libshout/pkg-descr b/audio/libshout/pkg-descr index d5c5dec4cb0f..7921847753b0 100644 --- a/audio/libshout/pkg-descr +++ b/audio/libshout/pkg-descr @@ -1,7 +1,7 @@ -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. +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/