1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/audio/holyshout/Makefile
2007-05-27 03:03:31 +00:00

34 lines
732 B
Makefile

# 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>