diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-06 02:13:04 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-06 02:13:04 +0000 |
commit | 8dc474b427edb33a451a0f9fb174201440528b21 (patch) | |
tree | 847f31c954d95b8c98b568fda9df17ded86c06d7 /textproc/ispell/Makefile | |
parent | b11e253aeb944ca1d57293df80feb2b079bce830 (diff) | |
download | FreeBSD-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/Makefile | 13 |
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> |