mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4cc45cd881
PR: 3974 Submitted by: the port's maintainer
22 lines
563 B
Makefile
22 lines
563 B
Makefile
# 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.1.1.1 1997/03/04 10:09:05 tg Exp $
|
|
#
|
|
|
|
DISTNAME= dvi2tty
|
|
PKGNAME= dvi2tty-1.0
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ctan.unsw.edu.au/ctan/tex-archive/dviware/
|
|
|
|
MAINTAINER= sutton@aardvark.apana.org.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>
|