diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 11:46:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 11:46:07 +0800 |
commit | e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8 (patch) | |
tree | 01211d010da03727d5a1b1d741b0f66d96e8c322 /textproc/ispell | |
parent | b9ddeab1ef96a0b678ab9fecf540334d4c83fb20 (diff) | |
download | freebsd-ports-gnome-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.tar.gz freebsd-ports-gnome-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.tar.zst freebsd-ports-gnome-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.zip |
Another round of Makefile updates, in utils!
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 18 |
1 files changed, 14 insertions, 4 deletions
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 |