From e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8 Mon Sep 17 00:00:00 2001 From: asami Date: Sat, 15 Apr 1995 03:46:07 +0000 Subject: Another round of Makefile updates, in utils! --- textproc/ispell/Makefile | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'textproc/ispell') diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index d7b79307dabf..d004d705363c 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -1,17 +1,27 @@ -DISTFILES= ispell-3.1.18.tar.gz +# New ports collection makefile for: ispell +# Version required: 3.1.18 +# Date created: 6 November 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= ispell-3.1 -MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ +PKGNAME= ispell-3.1.18 CATEGORIES+= utilities -MAKE_FLAGS= TMPDIR=${.CURDIR} -f +MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ +DISTFILES= ispell-3.1.18.tar.gz + 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} +MAKE_FLAGS= TMPDIR=${.CURDIR} -f + pre-configure: .if defined(EXTRA_DICT) @echo ${EXTRA_DICT} > ${WRKDIR}/extra_dict -- cgit