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

26 lines
539 B
Makefile
Raw Normal View History

1995-02-06 15:07:47 +00:00
DISTFILES= ispell-3.1.18.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
1995-03-07 14:41:48 +00:00
# French
1995-03-09 15:32:50 +00:00
#EXTRA_DICT= francais-IREQ-1.3.tar.gz
1995-03-07 14:41:48 +00:00
#MASTER_SITES+= ftp://ftp.ireq-robot.hydro.qc.ca/pub/ispell/
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>