mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
a23bcd1501
- use ?= for the portrevision of a master port to make it possible to change it in a slave port which depends upon lame - bump portrevisions of ports which depend upon lame - done via a semi-automated way (manual review and fixup) - I tried to take care to not bump ports which only depend optionaly on lame (with a default of no dependency)
27 lines
602 B
Makefile
27 lines
602 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= 4
|
|
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>
|