1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/textproc/ispell/Makefile
1995-04-11 02:02:17 +00:00

29 lines
613 B
Makefile

DISTFILES= ispell-3.1.18.tar.gz
DISTNAME= ispell-3.1
MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
CATEGORIES+= utilities
MAKE_FLAGS= TMPDIR=${.CURDIR} -f
MAINTAINER= jmz@FreeBSD.org
# French
#EXTRA_DICT= francais-IREQ-1.3.tar.gz
#MASTER_SITES+= ftp://ftp.ireq-robot.hydro.qc.ca/pub/ispell/
CATEGORIES+= utilities
DISTFILES+= ${EXTRA_DICT}
pre-configure:
.if defined(EXTRA_DICT)
@echo ${EXTRA_DICT} > ${WRKDIR}/extra_dict
.else
@echo -n
.endif
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/lib
@mkdir -p ${PREFIX}/man/man1
@mkdir -p ${PREFIX}/man/man4
.include <bsd.port.mk>