aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/netshow/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-05-02 14:52:13 +0800
committerbapt <bapt@FreeBSD.org>2011-05-02 14:52:13 +0800
commit68aceac66bfe76bde0acc04c7ff0aaa05f4bb810 (patch)
treeacef54431cb02f206b1e801597c2305b0f99312f /multimedia/netshow/Makefile
parent858c51e72d3dd908b98d11c26f818f16b18b0d31 (diff)
downloadfreebsd-ports-graphics-68aceac66bfe76bde0acc04c7ff0aaa05f4bb810.tar.gz
freebsd-ports-graphics-68aceac66bfe76bde0acc04c7ff0aaa05f4bb810.tar.zst
freebsd-ports-graphics-68aceac66bfe76bde0acc04c7ff0aaa05f4bb810.zip
remove unmaintained expired ports from multimedia
2011-05-01 multimedia/gtksubtitler: Upstream disapear and distfile is no more available 2011-05-01 multimedia/hayes: Upstream disapear and distfile is no more available 2011-05-01 multimedia/linux-libtheora: deprecated please use linux-f[89]-libtheora 2011-05-01 multimedia/netshow: Distfile is no more available 2011-05-01 multimedia/smpeg-xmms: Distfile is no more available 2011-05-01 multimedia/streamdvd: upstream and distfile is no more available 2011-05-01 multimedia/sublib: Upstream has disapear and distfile is no more available 2011-05-01 multimedia/tkxanim: Upstream has disapear and dstfile is no more available 2011-05-01 multimedia/tosvcd: Upstream has disapear and distfile is no more available 2011-05-01 multimedia/tv_grab_au: Upstream has disapear and distfile is no more available 2011-05-01 multimedia/xdvshow: upstream has disapear and distfile is no more available 2011-05-01 multimedia/xmms-avi: Distfile is no more available 2011-05-01 multimedia/xmms-skins: Distfile is no more available 2011-05-01 multimedia/xmps: Upstream has disapear and distfile is no more available 2011-05-01 multimedia/xvid4conf: Upstream has disapear and distfile is no more available
Diffstat (limited to 'multimedia/netshow/Makefile')
-rw-r--r--multimedia/netshow/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/multimedia/netshow/Makefile b/multimedia/netshow/Makefile
deleted file mode 100644
index c718a944908..00000000000
--- a/multimedia/netshow/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: netshow
-# Date created: Thu Jun 11 22:38:52 PDT 1998
-# Whom: dburr@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= netshow
-PORTVERSION= 2.00.251
-PORTREVISION= 2
-CATEGORIES= multimedia linux net
-MASTER_SITES= ftp://ftp.mayn.de/pub/really_old_stuff/unix/browser/plugins/ \
- http://voodoo.bawue.com/download/
-DISTNAME= netshow_linux
-EXTRACT_SUFX= .gz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Microsoft NetShow video stream player
-
-DEPRECATED= Distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-RESTRICTED= "Commercial software"
-
-BROKEN= does not fetch
-
-USE_LINUX= yes
-USE_LINUX_APPS= xorglibs
-PLIST_FILES= bin/netshow
-
-pre-extract:
- @${MKDIR} ${WRKDIR}
-
-do-extract:
- ${GUNZIP_CMD} < ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/netshow
-
-do-build:
- ${BRANDELF} -t Linux ${WRKDIR}/netshow
-
-do-install:
- ${INSTALL} -c -o bin -g bin -m 555 ${WRKDIR}/netshow ${PREFIX}/bin/netshow
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>