freebsd-ports/audio/holyshout/Makefile
Martin Wilke b605f3cf0a - Fix build with gcc 4.2
- Pass maintainership to submitter

PR:		117778
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (linimon)
2007-11-14 08:23:24 +00:00

26 lines
598 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= gahr@gahr.ch
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>