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/texinfo | |
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/texinfo')
-rw-r--r-- | print/texinfo/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 58b69cd1a2d3..41354164fcf1 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -1,9 +1,19 @@ -DISTFILES= texinfo.tex lcircle10.tfm +# New ports collection makefile for: texinfo +# Version required: 2.124 +# Date created: 2 October 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= texinfo +PKGNAME= texinfo-2.124 +DISTFILES= texinfo.tex lcircle10.tfm +CATEGORIES+= printing #other equivalent sites: ftp.shsu.edu ftp.dante.de MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/eplain/doc/ \ ftp://ftp.tex.ac.uk/tex-archive/fonts/latex/tfm/ -CATEGORIES+= printing + EXTRACT_ONLY= NO_WRKSUBDIR= yes |