diff options
-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" |