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/latex | |
parent | 91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (diff) |
Notes
Diffstat (limited to 'print/latex')
-rw-r--r-- | print/latex/Makefile | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile index 932c87f74de7..402c9121088a 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -1,12 +1,24 @@ +# New ports collection makefile for: latex +# Version required: ? +# Date created: 29 September 1994 +# Whom: jmz +# +# $Id$ +# + +DISTNAME= latex +CATEGORIES+= printing DISTFILES= latex_mf.tar.gz latex_tfm.tar.gz latex_base.tar.gz \ latex_tools.tar.gz -DISTNAME= latex + +MAINTAINER= jmz@FreeBSD.org + EXEC_DEPENDS= tex:${PORTSDIR}/print/tex -FTPGET= ${FILESDIR}/ftpget + WRKDIR= ${.CURDIR}/work -CATEGORIES+= printing + +FTPGET= ${FILESDIR}/ftpget BUILD_COOKIE= ${WRKDIR}/.build_done -MAINTAINER= jmz@FreeBSD.org #other equivalent sites: ftp.shsu.edu ftp.dante.de CTAN= ftp.tex.ac.uk |