freebsd-ports/audio/holyshout/Makefile

27 lines
602 B
Makefile
Raw Normal View History

# 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
2003-02-21 12:08:38 +01:00
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
2007-05-27 05:03:31 +02:00
post-patch:
${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>