# New ports collection makefile for: ezstream # Date created: 27 Nov 2004 # Whom: Frank Laszlo # # $FreeBSD$ # PORTNAME= ezstream PORTVERSION= 0.2.0 CATEGORIES= audio MASTER_SITES= http://svn.xiph.org/releases/ezstream/ MAINTAINER= laszlof@vonostingroup.com COMMENT= A command line utility for streaming to icecast servers LIB_DEPENDS= shout.4:${PORTSDIR}/audio/libshout2 \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xml2.5:${PORTSDIR}/textproc/libxml2 CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" USE_GMAKE= yes USE_LIBTOOL_VER= 15 post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} . for DOC in ezstream_mp3.xml ezstream_reencoding_example_vorbis.xml \ ezstream_reencoding_example_mp3.xml ezstream_vorbis.xml \ ezstream_reencoding_example_theora.xml ${INSTALL_DATA} ${WRKSRC}/conf/${DOC} ${DOCSDIR} . endfor .endif .include