summaryrefslogtreecommitdiff
path: root/textproc/ispell/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-06 02:13:04 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-06 02:13:04 +0000
commitfbb178ba95eb7dbf694cda1b32a78b5f51142325 (patch)
treeed088fc32bef6e8689f9b231eee266db8e8f92b6 /textproc/ispell/Makefile
parentMprof 3.0 --- a memory allocation profiler and leak detector. (diff)
Jean-Marc Zucconi's ispell port.
Submitted by: jmz
Notes
Notes: svn path=/head/; revision=322
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 000000000000..0db291f29608
--- /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>