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/latex | |
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/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 |