diff options
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 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> |