diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 12:34:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 12:34:11 +0800 |
commit | 6c080e298acb9105dcb8020a91d2e4a862c7a996 (patch) | |
tree | 0da5d14c327d967aae446dbc576653c0264cb7df /print/tex/Makefile | |
parent | e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8 (diff) | |
download | freebsd-ports-gnome-6c080e298acb9105dcb8020a91d2e4a862c7a996.tar.gz freebsd-ports-gnome-6c080e298acb9105dcb8020a91d2e4a862c7a996.tar.zst freebsd-ports-gnome-6c080e298acb9105dcb8020a91d2e4a862c7a996.zip |
Print Makefiles...this one was tough!
Diffstat (limited to 'print/tex/Makefile')
-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 |