aae7b9ee83
representation of a .dvi file. Closes PR #2818. Submitted by: Joel Sutton <suttonj@interconnect.com.au>
23 lines
546 B
Makefile
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>
|