freebsd-ports/audio/ices/Makefile

38 lines
884 B
Makefile
Raw Normal View History

# New ports collection makefile for: ices
# Date created: 11 Nov 2002
# Whom: Michael Nottebrock <michaelnottebrock@gmx.net>
#
# $FreeBSD$
#
PORTNAME= ices
PORTVERSION= 2.0.0
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= http://svn.xiph.org/releases/ices/
MAINTAINER= lofi@freebsd.org
2003-02-21 12:08:38 +01:00
COMMENT= A streaming source client for icecast 2
LIB_DEPENDS= shout.3:${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= 13
USE_BZIP2= yes
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/conf/ices-live.xml \
${WRKSRC}/conf/ices-playlist.xml \
${DOCSDIR}
.endif
.include <bsd.port.post.mk>