mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Cleanup Makefile
- Reformat pkg-descr
This commit is contained in:
parent
bd3611ec24
commit
84e33767dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362917
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user