diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-03-04 10:09:08 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-03-04 10:09:08 +0000 |
commit | aae7b9ee835863c560ed1dfbd58e2916300d8ce1 (patch) | |
tree | 4623e0d12067eb74b8f55b48e6805b1c920a13e7 /print/dvi2tty/Makefile | |
parent | Update from maintainer. Remove additional features so this port won't (diff) |
Import of the dvi2tty port. dvi2tty gives an approximate textual
representation of a .dvi file.
Closes PR #2818.
Submitted by: Joel Sutton <suttonj@interconnect.com.au>
Diffstat (limited to 'print/dvi2tty/Makefile')
-rw-r--r-- | print/dvi2tty/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/print/dvi2tty/Makefile b/print/dvi2tty/Makefile new file mode 100644 index 000000000000..34df6e8b8c0e --- /dev/null +++ b/print/dvi2tty/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: dvi2tty +# Version required: 1.0 +# Date created: 17th February 1997 +# Whom: Joel Sutton <suttonj@interconnect.com.au> +# FreeBSD Version: 2.1.5-RELEASE +# +# $Id$ +# + +DISTNAME= dvi2tty +PKGNAME= dvi2tty-1.0 +CATEGORIES= print +MASTER_SITES= ftp://ctan.unsw.edu.au/ctan/tex-archive/dviware/ + +MAINTAINER= suttonj@interconnect.com.au + +IGNOREFILES= ${DISTFILES} +# this WRKSRC courtesy of latest fetch(1) brain-damage +WRKSRC= ${WRKDIR}/ctan/tex-archive/dviware/dvi2tty +MAN1= dvi2tty.1 + +.include <bsd.port.mk> |