summaryrefslogtreecommitdiff
path: root/textproc/ispell/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-15 03:46:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-15 03:46:07 +0000
commit91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (patch)
tree7fb39aa3f78592f94c2415ace02da97d31058a71 /textproc/ispell/Makefile
parentCleanup/termios support/off_t -> long and much more (diff)
Another round of Makefile updates, in utils!
Notes
Notes: svn path=/head/; revision=1359
Diffstat (limited to 'textproc/ispell/Makefile')
-rw-r--r--textproc/ispell/Makefile18
1 files changed, 14 insertions, 4 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index d7b79307dabf..d004d705363c 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -1,17 +1,27 @@
-DISTFILES= ispell-3.1.18.tar.gz
+# New ports collection makefile for: ispell
+# Version required: 3.1.18
+# Date created: 6 November 1994
+# Whom: jmz
+#
+# $Id$
+#
+
DISTNAME= ispell-3.1
-MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
+PKGNAME= ispell-3.1.18
CATEGORIES+= utilities
-MAKE_FLAGS= TMPDIR=${.CURDIR} -f
+MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
+DISTFILES= ispell-3.1.18.tar.gz
+
MAINTAINER= jmz@FreeBSD.org
# French
#EXTRA_DICT= francais-IREQ-1.3.tar.gz
#MASTER_SITES+= ftp://ftp.ireq-robot.hydro.qc.ca/pub/ispell/
-CATEGORIES+= utilities
DISTFILES+= ${EXTRA_DICT}
+MAKE_FLAGS= TMPDIR=${.CURDIR} -f
+
pre-configure:
.if defined(EXTRA_DICT)
@echo ${EXTRA_DICT} > ${WRKDIR}/extra_dict