aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libshout2/Makefile
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2003-08-06 23:21:10 +0800
committerlofi <lofi@FreeBSD.org>2003-08-06 23:21:10 +0800
commit86c5a41db3ed5ae0d729c9d15a349283b4f58c03 (patch)
treec33d7af771225f9e6ba031a65bf2e53cbf17b764 /audio/libshout2/Makefile
parent4b514d512e3dc7ff7d84e4446412a5e0d843b39d (diff)
downloadfreebsd-ports-gnome-86c5a41db3ed5ae0d729c9d15a349283b4f58c03.tar.gz
freebsd-ports-gnome-86c5a41db3ed5ae0d729c9d15a349283b4f58c03.tar.zst
freebsd-ports-gnome-86c5a41db3ed5ae0d729c9d15a349283b4f58c03.zip
Update to official release 2.0
PR: ports/55271 Submitted by: Melvyn Sopacua <melvyn@webteckies.org> Approved by: arved (Mentor)
Diffstat (limited to 'audio/libshout2/Makefile')
-rw-r--r--audio/libshout2/Makefile38
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>