summaryrefslogtreecommitdiff
path: root/textproc/ispell/Makefile
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-03-07 14:41:48 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-03-07 14:41:48 +0000
commit8d7f9951a64c6116e29e569479e52a55b73a88a9 (patch)
tree146d2dbff225d661fa828ed773b40d012e3fc0af /textproc/ispell/Makefile
parentAdded chown bin.bin to the lock dir. (diff)
Add support for french dictionary
Notes
Notes: svn path=/head/; revision=1108
Diffstat (limited to 'textproc/ispell/Makefile')
-rw-r--r--textproc/ispell/Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index 0356834154c9..4dbc48c2c8f4 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -1,9 +1,21 @@
DISTFILES= ispell-3.1.18.tar.gz
DISTNAME= ispell-3.1
MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
-
MAKE_FLAGS= TMPDIR=${.CURDIR} -f
+# French
+#EXTRA_DICT= francais-IREQ-1.2.tar.gz
+#MASTER_SITES+= ftp://ftp.ireq-robot.hydro.qc.ca/pub/ispell/
+
+DISTFILES+= ${EXTRA_DICT}
+
+pre-configure:
+.if defined(EXTRA_DICT)
+ @echo ${EXTRA_DICT} > ${WRKDIR}/extra_dict
+.else
+ @echo -n
+.endif
+
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/lib