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

39 lines
773 B
Makefile
Raw Normal View History

# New ports collection makefile for: ispell
# Version required: 3.1.18
# Date created: 6 November 1994
# Whom: jmz
#
# $Id$
#
DISTNAME= ispell-3.1
PKGNAME= ispell-3.1.18
CATEGORIES+= utilities
MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
DISTFILES= ispell-3.1.18.tar.gz
1995-04-11 02:02:17 +00:00
MAINTAINER= jmz@FreeBSD.org
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}
MAKE_FLAGS= TMPDIR=${.CURDIR} -f
1995-03-07 14:41:48 +00:00
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>