diff options
author | thierry <thierry@FreeBSD.org> | 2004-03-20 22:51:08 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-03-20 22:51:08 +0800 |
commit | 3a345e80ee847d785dfc43cf1d116a5b2db18973 (patch) | |
tree | 76e73245f75840e2668487a46e3de7c713670e5c /textproc/bg-aspell/Makefile | |
parent | b489f10f5135200db4a5aa7faf540b4d6a9a17b4 (diff) | |
download | freebsd-ports-gnome-3a345e80ee847d785dfc43cf1d116a5b2db18973.tar.gz freebsd-ports-gnome-3a345e80ee847d785dfc43cf1d116a5b2db18973.tar.zst freebsd-ports-gnome-3a345e80ee847d785dfc43cf1d116a5b2db18973.zip |
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/bg-aspell/Makefile')
-rw-r--r-- | textproc/bg-aspell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/bg-aspell/Makefile b/textproc/bg-aspell/Makefile new file mode 100644 index 000000000000..3e25288a23a7 --- /dev/null +++ b/textproc/bg-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: bg-aspell +# Date created: 19 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= bg-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Bulgarian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_BG= da + +.include "${MASTERDIR}/Makefile" |