2000-08-26 14:54:28 +02:00
|
|
|
# New ports collection makefile for: holyshout
|
|
|
|
# Date created: 26 Aug 2000
|
|
|
|
# Whom: JunSeon Oh <hollywar@mail.holywar.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= holyshout
|
2003-12-04 09:02:59 +01:00
|
|
|
PORTVERSION= 0.2
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 2
|
2000-08-26 14:54:28 +02:00
|
|
|
CATEGORIES= audio net
|
|
|
|
MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/
|
|
|
|
|
2008-02-21 22:20:01 +01:00
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Streaming audio to Icecast/shoutcast supports multiple bitrate stream
|
2000-08-26 14:54:28 +02:00
|
|
|
|
2007-11-14 09:23:24 +01:00
|
|
|
LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 \
|
|
|
|
mp3lame.0:${PORTSDIR}/audio/lame
|
2003-12-04 09:02:59 +01:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/holyshout
|
2007-05-27 05:03:31 +02:00
|
|
|
|
2000-08-26 14:54:28 +02:00
|
|
|
post-patch:
|
2002-11-21 07:41:32 +01:00
|
|
|
${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \
|
|
|
|
${WRKSRC}/Makefile
|
2000-08-26 14:54:28 +02:00
|
|
|
|
2007-11-14 09:23:24 +01:00
|
|
|
.include <bsd.port.mk>
|