diff options
author | Roger Hardiman <roger@FreeBSD.org> | 1999-06-08 17:48:39 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 1999-06-08 17:48:39 +0000 |
commit | 3555fcba5197db1749b414c1b416bff4913447bb (patch) | |
tree | 5a4f1df7f971019ecd08dc7f78b2b3cb188f4712 /misc/videotext/Makefile | |
parent | - Updated to JDK1.1.8. (diff) |
Initial import of videotext, a program to display Videotext/Teletext
pages either direct from hardware or from .vtx files which can be
produced from the vbidecode program.
Diffstat (limited to 'misc/videotext/Makefile')
-rw-r--r-- | misc/videotext/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/videotext/Makefile b/misc/videotext/Makefile new file mode 100644 index 000000000000..5e0b55c9ab9e --- /dev/null +++ b/misc/videotext/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: vbidecode +# Version required: 1.1.3 +# Date created: Mon June 8 15:11:00 BST 1999 +# Whom: Roger Hardiman <roger@freebsd.org> +# +# $Id: Makefile,v 1.2 1999/06/07 22:23:36 roger Exp $ +# + +DISTNAME= videotext-0.6.971023 +CATEGORIES= misc +MASTER_SITES= http://elektra.e-technik.uni-ulm.de/~mbuck/download/ + +MAINTAINER= roger@freebsd.org + +LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ + png.3:${PORTSDIR}/graphics/png \ + xview.3:${PORTSDIR}/x11-toolkits/xview + +USE_GMAKE= yes +MAN1= videotext.1 tunerctl.1 + +.include <bsd.port.mk> |