summaryrefslogtreecommitdiffstats
path: root/textproc/ispell/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-06 02:13:04 +0000
committerjkh <jkh@FreeBSD.org>1994-11-06 02:13:04 +0000
commit8dc474b427edb33a451a0f9fb174201440528b21 (patch)
tree847f31c954d95b8c98b568fda9df17ded86c06d7 /textproc/ispell/Makefile
parentb11e253aeb944ca1d57293df80feb2b079bce830 (diff)
downloadFreeBSD-ports-8dc474b427edb33a451a0f9fb174201440528b21.zip
FreeBSD-ports-8dc474b427edb33a451a0f9fb174201440528b21.tar.gz
Jean-Marc Zucconi's ispell port.
Submitted by: jmz
Diffstat (limited to 'textproc/ispell/Makefile')
-rw-r--r--textproc/ispell/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
new file mode 100644
index 0000000..0db291f
--- /dev/null
+++ b/textproc/ispell/Makefile
@@ -0,0 +1,13 @@
+DISTFILES= ispell-3.1.08.tar.gz
+DISTNAME= ispell-3.1
+MASTER_SITES= ftp://ftp.math.orst.edu/pub/ispell-3.1/
+
+MAKE_FLAGS= TMPDIR=${.CURDIR} -f
+
+pre-install:
+ @mkdir -p ${PREFIX}/bin
+ @mkdir -p ${PREFIX}/lib
+ @mkdir -p ${PREFIX}/man/man1
+ @mkdir -p ${PREFIX}/man/man4
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud