diff options
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/Makefile | 1 | ||||
-rw-r--r-- | vietnamese/aspell/Makefile | 18 | ||||
-rw-r--r-- | vietnamese/aspell/pkg-descr | 3 |
3 files changed, 22 insertions, 0 deletions
diff --git a/vietnamese/Makefile b/vietnamese/Makefile index a094a5581bda..76b345d3b2fd 100644 --- a/vietnamese/Makefile +++ b/vietnamese/Makefile @@ -6,6 +6,7 @@ .if !defined(NO_VIET_KDE) SUBDIR += kde3-i18n .endif + SUBDIR += aspell SUBDIR += libviet SUBDIR += unicode-uhoai SUBDIR += vi2vn diff --git a/vietnamese/aspell/Makefile b/vietnamese/aspell/Makefile new file mode 100644 index 000000000000..8e0d6a0d8a8b --- /dev/null +++ b/vietnamese/aspell/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: vi-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= aspell +CATEGORIES= vietnamese + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Vietnamese dictionaries + +MASTERDIR= ${.CURDIR}/../../textproc/aspell + +ASPELL_VI= vāng + +.include "${MASTERDIR}/Makefile" diff --git a/vietnamese/aspell/pkg-descr b/vietnamese/aspell/pkg-descr new file mode 100644 index 000000000000..ad5515f5321b --- /dev/null +++ b/vietnamese/aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Vietnamese dictionaries. + +WWW: http://aspell.net/ |