summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-09-10 03:41:35 +0000
committerdinoex <dinoex@FreeBSD.org>2002-09-10 03:41:35 +0000
commit90b79435eb1a114ab09fbedf6fe513a32b410fbe (patch)
treeb2e0999a30a32ae2a8ebff7fb1ee14269f399856
parentad53f6169670784a65592714ad1969a101e18cf2 (diff)
downloadFreeBSD-ports-90b79435eb1a114ab09fbedf6fe513a32b410fbe.zip
FreeBSD-ports-90b79435eb1a114ab09fbedf6fe513a32b410fbe.tar.gz
build aspell with dictionary
PR: 42535 Submitted by: thierry@pompo.net
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/cs-aspell/Makefile16
-rw-r--r--textproc/cs-aspell/pkg-comment1
-rw-r--r--textproc/cs-aspell/pkg-descr3
4 files changed, 21 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 94fcaf7..f0ab4f9 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -25,6 +25,7 @@
SUBDIR += cole
SUBDIR += cost
SUBDIR += crimson
+ SUBDIR += cs-aspell
SUBDIR += cwtext
SUBDIR += dadadodo
SUBDIR += dico
diff --git a/textproc/cs-aspell/Makefile b/textproc/cs-aspell/Makefile
new file mode 100644
index 0000000..07c61d2
--- /dev/null
+++ b/textproc/cs-aspell/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: cs-aspell
+# Date created: 1 September 2002
+# Whom: Thierry Thomas <thierry@pompo.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cs-aspell
+
+MAINTAINER= ports@FreeBSD.org
+
+MASTERDIR= ${.CURDIR}/../aspell
+
+ASPELL_CS= ano
+
+.include "${MASTERDIR}/Makefile"
diff --git a/textproc/cs-aspell/pkg-comment b/textproc/cs-aspell/pkg-comment
new file mode 100644
index 0000000..c33e67e
--- /dev/null
+++ b/textproc/cs-aspell/pkg-comment
@@ -0,0 +1 @@
+Aspell with Czech dictionary
diff --git a/textproc/cs-aspell/pkg-descr b/textproc/cs-aspell/pkg-descr
new file mode 100644
index 0000000..5bb91b0
--- /dev/null
+++ b/textproc/cs-aspell/pkg-descr
@@ -0,0 +1,3 @@
+Aspell with Czech dictionary.
+
+WWW: http://aspell.sourceforge.net/
OpenPOWER on IntegriCloud