1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/textproc/ispell/Makefile

14 lines
288 B
Makefile
Raw Normal View History

DISTFILES= ispell-3.1.08.tar.gz
DISTNAME= ispell-3.1
1995-01-14 20:53:38 +00:00
MASTER_SITES= ftp://ftp.cs.ucla.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>