diff options
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/aspell/Makefile | 17 | ||||
-rw-r--r-- | russian/aspell/pkg-comment | 1 | ||||
-rw-r--r-- | russian/aspell/pkg-descr | 3 |
4 files changed, 22 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index 00f3b67bf765..496120a5abd1 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -4,6 +4,7 @@ SUBDIR += X.language SUBDIR += apache13 SUBDIR += apache13-modssl + SUBDIR += aspell SUBDIR += cyrproxy SUBDIR += d1489 SUBDIR += elm.language diff --git a/russian/aspell/Makefile b/russian/aspell/Makefile new file mode 100644 index 000000000000..29ccd02edf3d --- /dev/null +++ b/russian/aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ru-aspell +# Date created: 1 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= aspell +CATEGORIES= russian + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../../textproc/aspell + +ASPELL_RU= da + +.include "${MASTERDIR}/Makefile" diff --git a/russian/aspell/pkg-comment b/russian/aspell/pkg-comment new file mode 100644 index 000000000000..48f09105c3db --- /dev/null +++ b/russian/aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Russian dictionary diff --git a/russian/aspell/pkg-descr b/russian/aspell/pkg-descr new file mode 100644 index 000000000000..d22f12707973 --- /dev/null +++ b/russian/aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Russian dictionary (charset koi8-r). + +WWW: http://aspell.sourceforge.net/ |