aboutsummaryrefslogtreecommitdiffstats
path: root/audio/holyshout/Makefile
blob: b47390724a99314ee5a2b7e3456831df9eabb318 (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
27
28
29
30
31
32
33
# 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= ports@FreeBSD.org
COMMENT=    Streaming audio to Icecast/shoutcast supports multiple bitrate stream

LIB_DEPENDS=    shout.2:${PORTSDIR}/audio/libshout

PLIST_FILES=    bin/holyshout
USE_GMAKE=  yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN=     Broken with gcc 4.2
.endif

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

.include <bsd.port.post.mk>