diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 04:34:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 04:34:11 +0000 |
commit | a28c2d8099f0f0cc8c0385a9a98b295cc60a943b (patch) | |
tree | ae1f986aa2e9664c1c9d92ffd5dcd33d331087e4 /print/tex | |
parent | 91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (diff) |
Notes
Diffstat (limited to 'print/tex')
-rw-r--r-- | print/tex/Makefile | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index 1986d72bdf0e..0c601299e247 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -1,18 +1,24 @@ -PKGNAME= tex +# New ports collection makefile for: tex +# Version required: 6.1 +# Date created: 29 September 1994 +# Whom: jmz +# +# $Id$ +# + +DISTNAME= web2c-6.1 +PKGNAME= tex-6.1 CATEGORIES+= printing -MAINTAINER= jmz@FreeBSD.org DISTFILES= web2c.tar.gz web.tar.gz tex_base.tar.gz cm_tfm.tar.gz \ mf_lib.tar.gz cm_mf.tar.gz modes.mf +MAINTAINER= jmz@FreeBSD.org + EXTRACT_ONLY= web2c.tar.gz web.tar.gz tex_base.tar.gz cm_tfm.tar.gz \ mf_lib.tar.gz cm_mf.tar.gz - - WRKDIR= ${.CURDIR}/work FTPGET= ${FILESDIR}/ftpget -DISTNAME= web2c-6.1 - #other equivalent sites: ftp.shsu.edu ftp.dante.de CTAN= ftp.tex.ac.uk |