1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/print/dvi2tty/Makefile
Thomas Gellekum aae7b9ee83 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>
1997-03-04 10:09:08 +00:00

23 lines
546 B
Makefile

# 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>