diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-02-11 17:18:32 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-02-11 17:18:32 +0000 |
commit | e96c7ace4ccfbba76bb52d46ac5bea15067719bf (patch) | |
tree | 1249afb3d4738b7e19d684ee19338002b851482b /textproc/british-ispell | |
parent | bbfb2cdea965e2b221add84f39b634f204e2221e (diff) | |
download | ports-e96c7ace4ccfbba76bb52d46ac5bea15067719bf.tar.gz ports-e96c7ace4ccfbba76bb52d46ac5bea15067719bf.zip |
Notes
Diffstat (limited to 'textproc/british-ispell')
-rw-r--r-- | textproc/british-ispell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/british-ispell/Makefile b/textproc/british-ispell/Makefile new file mode 100644 index 000000000000..97e5fbff0580 --- /dev/null +++ b/textproc/british-ispell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: british-ispell +# Version required: 3.1 +# Date created: 10 February 2000 +# Whom: Alexander Langer <alex@big.endian.de> +# +# $FreeBSD$ +# + +MAINTAINER= alex@big.endian.de + +ISPELL_BRITISH= yes +PKGNAME= british-ispell-3.1 +MASTERDIR= ${.CURDIR}/../ispell + +SCRIPTS_ENV= ISPELL_BRITISH=yes + +.include "${MASTERDIR}/Makefile" |