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/makeindex | |
parent | 91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (diff) | |
download | ports-a28c2d8099f0f0cc8c0385a9a98b295cc60a943b.tar.gz ports-a28c2d8099f0f0cc8c0385a9a98b295cc60a943b.zip |
Print Makefiles...this one was tough!
Notes
Notes:
svn path=/head/; revision=1360
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 7c4080f7df0e..59884de91be9 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 |