mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
386 B
Makefile
20 lines
386 B
Makefile
# New ports collection makefile for: dvi2tty
|
|
# Date created: 17th February 1997
|
|
# Whom: Joel Sutton <jsutton@bbcon.com.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dvi2tty
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ctan.unsw.edu.au/ctan/tex-archive/dviware/
|
|
DISTNAME= dvi2tty
|
|
|
|
MAINTAINER= jsutton@bbcon.com.au
|
|
|
|
IGNOREFILES= ${DISTFILES}
|
|
MAN1= dvi2tty.1
|
|
|
|
.include <bsd.port.mk>
|