aboutsummaryrefslogtreecommitdiffstats
path: root/audio/holyshout/Makefile
blob: 103a51d89692a60fb6bced0f3899b9f398516dbf (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=   2
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>