summaryrefslogtreecommitdiff
path: root/audio/icecast1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/icecast1/Makefile')
-rw-r--r--audio/icecast1/Makefile55
1 files changed, 0 insertions, 55 deletions
diff --git a/audio/icecast1/Makefile b/audio/icecast1/Makefile
deleted file mode 100644
index 0eb5f9498e8..00000000000
--- a/audio/icecast1/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2006/06/18 11:07:36 rillig Exp $
-#
-
-DISTNAME= icecast-1.3.12
-PKGREVISION= 8
-CATEGORIES= audio
-MASTER_SITES= http://www.icecast.org/releases/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.icecast.org/
-COMMENT= Internet broadcasting system using Mpeg Layer III streaming
-
-RCD_SCRIPTS= icecast
-PKG_SYSCONFSUBDIR= icecast
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= VARBASE=${VARBASE}
-CONFIGURE_ARGS+= --with-readline \
- --with-libwrap \
- --with-python \
- --sysconfdir=${PKG_SYSCONFDIR:Q}
-CPPFLAGS+= -I${BUILDLINK_PREFIX.readline}/include/readline
-CPPFLAGS+= ${BUILDLINK_CPPFLAGS.${PYPACKAGE}}
-LDFLAGS+= ${BUILDLINK_LDFLAGS.${PYPACKAGE}}
-LIBS+= -lutil
-PTHREAD_OPTS+= require
-
-EGDIR= ${PREFIX}/share/examples/icecast
-EGFILES= groups.aut mounts.aut users.aut icecast.conf
-
-.for f in ${EGFILES}
-CONF_FILES+= ${EGDIR}/${f}.dist ${PKG_SYSCONFDIR}/${f}
-.endfor
-
-.include "../../mk/bsd.prefs.mk"
-
-ICECAST_SOURCE_BUFFSIZE?= 8192
-ICECAST_CHUNKLEN?= 64
-
-BUILD_DEFS+= ICECAST_SOURCE_BUFFSIZE
-BUILD_DEFS+= ICECAST_CHUNKLEN
-
-SUBST_CLASSES+= ice
-SUBST_STAGE.ice= pre-configure
-SUBST_MESSAGE.ice= Configuring in src/icetypes.h
-SUBST_FILES.ice= src/icetypes.h
-SUBST_SED.ice= -e 's/@SOURCE_BUFFSIZE@/${ICECAST_SOURCE_BUFFSIZE}/'
-SUBST_SED.ice+= -e 's/@CHUNKLEN@/${ICECAST_CHUNKLEN}/'
-
-.include "../../devel/readline/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../security/tcp_wrappers/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"