blob: 5219e0ce7af5f81091801137ec443954e1634e56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: dvi2tty
# Version required: 1.0
# Date created: 17th February 1997
# Whom: Joel Sutton <sutton@aardvark.apana.org.au>
#
# $Id: Makefile,v 1.4 1998/08/23 22:10:12 asami Exp $
#
DISTNAME= dvi2tty
PKGNAME= dvi2tty-1.0
CATEGORIES= print
MASTER_SITES= ftp://ctan.unsw.edu.au/ctan/tex-archive/dviware/
MAINTAINER= jsutton@webnet.com.au
IGNOREFILES= ${DISTFILES}
MAN1= dvi2tty.1
.include <bsd.port.mk>
|