diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 04:34:11 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 04:34:11 +0000 |
commit | 6c080e298acb9105dcb8020a91d2e4a862c7a996 (patch) | |
tree | 0da5d14c327d967aae446dbc576653c0264cb7df /print/makeindex | |
parent | e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8 (diff) | |
download | FreeBSD-ports-6c080e298acb9105dcb8020a91d2e4a862c7a996.zip FreeBSD-ports-6c080e298acb9105dcb8020a91d2e4a862c7a996.tar.gz |
Print Makefiles...this one was tough!
Diffstat (limited to 'print/makeindex')
-rw-r--r-- | print/makeindex/Makefile | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile index 7c4080f..59884de 100644 --- a/print/makeindex/Makefile +++ b/print/makeindex/Makefile @@ -1,8 +1,17 @@ -DISTFILES= makeindex-3.0.8.tar.Z -DISTNAME= makeindex +# New ports collection makefile for: makeindex +# Version required: 3.0.8 +# Date created: 12 October 1994 +# Whom: jmz +# +# $Id$ +# -MASTER_SITES= ftp://achilles.doc.ic.ac.uk/tex/contrib/Schrod/ +DISTNAME= makeindex +PKGNAME= makeindex-3.0.8 CATEGORIES+= printing +MASTER_SITES= ftp://achilles.doc.ic.ac.uk/tex/contrib/Schrod/ +DISTFILES= makeindex-3.0.8.tar.Z + MAINTAINER= jmz@FreeBSD.org build: configure pre-build |