mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
2394171dd5
PR: 71001 Submitted by: "Paul Seniura" <pdseniura@techie.com>
38 lines
894 B
Makefile
38 lines
894 B
Makefile
# 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
|
|
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="${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>
|