diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-29 07:59:08 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-29 07:59:08 +0800 |
commit | 12d0fcd6411f4253f7d9227c2eacba8c30fd4f95 (patch) | |
tree | 65741c2c24b35f435f19c00adf5524f1623e6ef1 /hungarian | |
parent | 8cafe31c72031863c2952f931dabcec9af3a287e (diff) | |
download | freebsd-ports-gnome-12d0fcd6411f4253f7d9227c2eacba8c30fd4f95.tar.gz freebsd-ports-gnome-12d0fcd6411f4253f7d9227c2eacba8c30fd4f95.tar.zst freebsd-ports-gnome-12d0fcd6411f4253f7d9227c2eacba8c30fd4f95.zip |
Add slaves ports for Aspell's new dictionaries.
Diffstat (limited to 'hungarian')
-rw-r--r-- | hungarian/Makefile | 1 | ||||
-rw-r--r-- | hungarian/aspell/Makefile | 18 | ||||
-rw-r--r-- | hungarian/aspell/pkg-descr | 3 |
3 files changed, 22 insertions, 0 deletions
diff --git a/hungarian/Makefile b/hungarian/Makefile index 69f28d5ea7d0..bf9c65e1cf16 100644 --- a/hungarian/Makefile +++ b/hungarian/Makefile @@ -3,6 +3,7 @@ COMMENT = Hungarian language support + SUBDIR += aspell SUBDIR += hu-phone SUBDIR += hu-zipcodes SUBDIR += hunspell diff --git a/hungarian/aspell/Makefile b/hungarian/aspell/Makefile new file mode 100644 index 000000000000..b87e3b9b8b5f --- /dev/null +++ b/hungarian/aspell/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: hu-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= aspell +CATEGORIES= hungarian + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Hungarian dictionaries + +MASTERDIR= ${.CURDIR}/../../textproc/aspell + +ASPELL_HU= igen + +.include "${MASTERDIR}/Makefile" diff --git a/hungarian/aspell/pkg-descr b/hungarian/aspell/pkg-descr new file mode 100644 index 000000000000..540d1d608aa2 --- /dev/null +++ b/hungarian/aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Hungarian dictionaries. + +WWW: http://aspell.net/ |