diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 23:59:08 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 23:59:08 +0000 |
commit | 7be49f3c4b4dde6665e16c72c052b1c589804835 (patch) | |
tree | d3e9651f4148795e431a2b3dffefbed92d357b38 /hungarian | |
parent | 9adf7fe998a5139199da019e109ece33cc1f7430 (diff) | |
download | ports-7be49f3c4b4dde6665e16c72c052b1c589804835.tar.gz ports-7be49f3c4b4dde6665e16c72c052b1c589804835.zip |
Notes
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/ |