diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-20 14:51:08 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-20 14:51:08 +0000 |
commit | 3adde81cab0d6a17b22da4214857de44ed394de3 (patch) | |
tree | 84976432375dd1b68f133b8017c5c21c4d22a3b2 /textproc/ms-aspell/Makefile | |
parent | Unbreak build (diff) |
Adding bg-aspell ga-aspell gl-aspell hr-aspell id-aspell is-aspell mi-aspell
ms-aspell sl-aspell.
Aspell with Afrikaans (af), Bulgarian (bg), Croatian (hr), Galician (gl),
Indonesian (id),Icelandic (is), Irish (ga), Maori (mi), Malay (ms), and
Slovenian (sl) dictionaries.
PRs: ports/64187, ports/64188, ports/64189.
Approved by: mat (mentor).
Diffstat (limited to 'textproc/ms-aspell/Makefile')
-rw-r--r-- | textproc/ms-aspell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/ms-aspell/Makefile b/textproc/ms-aspell/Makefile new file mode 100644 index 000000000000..5869f2db6bc2 --- /dev/null +++ b/textproc/ms-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ms-aspell +# Date created: 19 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= ms-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Malay dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_MS= ya + +.include "${MASTERDIR}/Makefile" |