1999-04-02 04:23:49 +00:00
|
|
|
# New ports collection makefile for: icecast
|
1999-04-19 04:08:54 +00:00
|
|
|
# Version required: 1.1.4
|
1999-04-02 04:23:49 +00:00
|
|
|
# Date created: 28 Jan 1999
|
|
|
|
# Whom: Chip Marshall <chip@eboai.org>
|
|
|
|
#
|
1999-04-19 04:08:54 +00:00
|
|
|
# $Id: Makefile,v 1.4 1999/04/14 00:22:58 scrappy Exp $
|
1999-04-02 04:23:49 +00:00
|
|
|
#
|
|
|
|
|
1999-04-19 04:08:54 +00:00
|
|
|
DISTNAME= icecast-1.1.4
|
1999-04-02 04:23:49 +00:00
|
|
|
CATEGORIES= audio net
|
|
|
|
MASTER_SITES= http://icecast.linuxpower.org/releases/ \
|
|
|
|
ftp://ftp.eboai.org/pub/icecast/
|
|
|
|
|
|
|
|
MAINTAINER= chip@eboai.org
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1999-04-07 17:58:43 +00:00
|
|
|
CONFIGURE_ARGS= --with-crypt --with-libwrap
|
1999-04-02 04:23:49 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/icecast ${PREFIX}/sbin
|
1999-04-07 17:58:43 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/shout/listen ${PREFIX}/bin
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/shout/shout ${PREFIX}/bin
|
1999-04-19 04:08:54 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/liveice/liveice ${PREFIX}/bin
|
1999-04-07 17:58:43 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/misc/iceplay ${PREFIX}/bin
|
1999-04-02 04:23:49 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/icecast
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/* ${PREFIX}/share/doc/icecast
|
|
|
|
${MKDIR} ${PREFIX}/share/examples/icecast
|
1999-04-19 04:08:54 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/liveice/liveice.cfg ${PREFIX}/share/examples/icecast
|
1999-04-07 17:58:43 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/shout/shoutrc.example ${PREFIX}/share/examples/icecast
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/shout/playlist.example ${PREFIX}/share/examples/icecast
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/shout/radio.tcl.example ${PREFIX}/share/examples/icecast
|
1999-04-02 04:23:49 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/examples/icecast/icedir
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/icedir/* ${PREFIX}/share/examples/icecast/icedir
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|