diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-12-04 08:02:59 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-12-04 08:02:59 +0000 |
commit | 38434007524c5327bcf5a5dd2c2e76326dea1df1 (patch) | |
tree | a0952f88cfa47ae9dc86d9cc751aac0142a059d3 /audio/holyshout/Makefile | |
parent | Update to 0.3 (diff) |
Update to 0.2 which includes reliability fix on ports/58942
PR: 58942
Submitted by: Joel Sutton <jsutton@mysticsaxophone.net>,
maintainer
Diffstat (limited to 'audio/holyshout/Makefile')
-rw-r--r-- | audio/holyshout/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/holyshout/Makefile b/audio/holyshout/Makefile index c7bf5997851f..71854fe42a15 100644 --- a/audio/holyshout/Makefile +++ b/audio/holyshout/Makefile @@ -6,20 +6,21 @@ # PORTNAME= holyshout -PORTVERSION= 0.1.3 +PORTVERSION= 0.2 CATEGORIES= audio net MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ MAINTAINER= hollywar@mail.holywar.net COMMENT= Streaming audio to Icecast/shoutcast supports multiple bitrate stream +LIB_DEPENDS= shout.2:${PORTSDIR}/audio/libshout + USE_GMAKE= yes USE_REINPLACE= yes post-patch: - (${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ - "s@-O20@${CFLAGS}@g ; s@-O2@${CFLAGS}@g") ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \ ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's,
,\r,g' ${WRKSRC}/holyshout.c .include <bsd.port.mk> |