aboutsummaryrefslogtreecommitdiffstats
path: root/misc/vbidecode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/vbidecode/Makefile')
-rw-r--r--misc/vbidecode/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/misc/vbidecode/Makefile b/misc/vbidecode/Makefile
deleted file mode 100644
index 153d93b7e897..000000000000
--- a/misc/vbidecode/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: vbidecode
-# Date created: Mon June 7 16:11:00 BST 1999
-# Whom: Roger Hardiman <roger@freebsd.org>
-#
-# $FreeBSD$
-#
-# Note: vbidecode is one part of the bttv distribution, the Linux bt848 driver
-# It therefore has a DISTNAME of bttv but a PORTNAME of vbidecode
-
-PORTNAME= vbidecode
-PORTVERSION= 1.1.3
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.vip.server.pl/pub/linux/hardware/video4linux/ \
- ftp://ftp.waseda.ac.jp/.u7/ports/distfiles/
-DISTNAME= bttv-0.6.4
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Get Videotext/Teletext (.vtx) and other VBI data from TV channels
-
-DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
-EXPIRATION_DATE=2009-03-22
-
-PLIST_FILES= bin/vbidecode
-WRKSRC= ${WRKDIR}/bttv/apps/vbidecode
-USE_GCC= 2.95
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/vbidecode ${PREFIX}/bin
- @${STRIP_CMD} ${PREFIX}/bin/vbidecode
-
-.include <bsd.port.mk>