diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:37:38 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:37:38 +0800 |
commit | 50f03d1670e17f6ca7d8b1392141ee01ac472928 (patch) | |
tree | fd4a252cbb4725f0095f055c125a8d578aad0ed8 /russian | |
parent | 1b1a73a761ec8ca450050988302a3d671db67804 (diff) | |
download | freebsd-ports-graphics-50f03d1670e17f6ca7d8b1392141ee01ac472928.tar.gz freebsd-ports-graphics-50f03d1670e17f6ca7d8b1392141ee01ac472928.tar.zst freebsd-ports-graphics-50f03d1670e17f6ca7d8b1392141ee01ac472928.zip |
build aspell with dictionary
PR: 42532
Submitted by: thierry@pompo.net
Diffstat (limited to 'russian')
-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 00f3b67bf76..496120a5abd 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 00000000000..29ccd02edf3 --- /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 00000000000..48f09105c3d --- /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 00000000000..d22f1270797 --- /dev/null +++ b/russian/aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Russian dictionary (charset koi8-r). + +WWW: http://aspell.sourceforge.net/ |