diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-08-06 15:21:10 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-08-06 15:21:10 +0000 |
commit | bc08a7d601a8d7f24d54ee63f0f8d9b667b37497 (patch) | |
tree | 670b3e975adbf9ffd1a6807bbc56ae018df73ef9 /audio/libshout2/Makefile | |
parent | (*) Add 'C' log item: Contet-Type (diff) |
Update to official release 2.0
PR: ports/55271
Submitted by: Melvyn Sopacua <melvyn@webteckies.org>
Approved by: arved (Mentor)
Notes
Notes:
svn path=/head/; revision=86385
Diffstat (limited to 'audio/libshout2/Makefile')
-rw-r--r-- | audio/libshout2/Makefile | 38 |
1 files changed, 6 insertions, 32 deletions
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index 11c55311ea2f..34eda0501b5f 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -6,14 +6,13 @@ # PORTNAME= libshout2 -PORTVERSION= 20021112 -PORTREVISION= 1 +PORTVERSION= 2.0 +PORTEPOCH= 1 CATEGORIES= audio net -MASTER_SITES= http://tigress.com/lofi/ \ - http://lofi.dyndns.org/ -DISTNAME= libshout-devel-${PORTVERSION} +MASTER_SITES= http://www.icecast.org/files/libshout/ +DISTNAME= libshout-${PORTVERSION} -MAINTAINER= michaelnottebrock@gmx.net +MAINTAINER= lofi@freebsd.org COMMENT= Routines for connecting and transmitting data to the icecast server LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \ @@ -23,32 +22,7 @@ CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_AUTOMAKE= yes USE_LIBTOOL= yes -USE_REINPLACE= yes - -WRKSRC= ${WRKDIR}/libshout - -# Idiot packagers -pre-configure: -.for file in config.guess config.sub ltmain.sh - ${LN} -sf ${LIBTOOL_SHAREDIR}/${file} ${WRKSRC} -.endfor - -post-configure: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|'\ - ${WRKSRC}/examples/Makefile - @${REINPLACE_CMD} -E -e 's|(INCLUDES \=.*)|\1 -I${LOCALBASE}/include|'\ - ${WRKSRC}/src/Makefile - @${REINPLACE_CMD} -e 's|-O20|${CFLAGS}|' ${WRKSRC}/examples/Makefile \ - ${WRKSRC}/include/Makefile \ - ${WRKSRC}/include/shout/Makefile \ - ${WRKSRC}/src/avl/Makefile \ - ${WRKSRC}/src/httpp/Makefile \ - ${WRKSRC}/src/net/Makefile \ - ${WRKSRC}/src/timing/Makefile \ - ${WRKSRC}/src/thread/Makefile \ - ${WRKSRC}/src/Makefile \ - ${WRKSRC}/Makefile +CONFLICTS= libshout-1.0.7 .include <bsd.port.mk> |