summaryrefslogtreecommitdiff
path: root/audio/holyshout/Makefile
blob: d5ea64b7c98accc8ca8c2c6cd10a19e4d73c7ed0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	holyshout
# Date created:				26 Aug 2000
# Whom:					JunSeon Oh <hollywar@mail.holywar.net>
#
# $FreeBSD$
#

PORTNAME=	holyshout
PORTVERSION=	0.2
PORTREVISION=	3
CATEGORIES=	audio net
MASTER_SITES=	ftp://ftp.holywar.net/pub/FreeBSD/

MAINTAINER=	gahr@FreeBSD.org
COMMENT=	Streaming audio to Icecast/shoutcast supports multiple bitrate stream

LIB_DEPENDS=	shout.5:${PORTSDIR}/audio/libshout2 \
		mp3lame.0:${PORTSDIR}/audio/lame

PLIST_FILES=	bin/holyshout

post-patch:
	${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \
		${WRKSRC}/Makefile

.include <bsd.port.mk>