diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:41:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:41:35 +0000 |
commit | cba39676c5e3c2e206152cdb8a628b7a4d4039c6 (patch) | |
tree | b46c2d311e4dd266da9d51d0b937974a371c7bba | |
parent | 5a678b738fce6ac67ec5f85479526f6268390e6f (diff) | |
download | ports-cba39676c5e3c2e206152cdb8a628b7a4d4039c6.tar.gz ports-cba39676c5e3c2e206152cdb8a628b7a4d4039c6.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/cs-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/cs-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/cs-aspell/pkg-descr | 3 |
4 files changed, 21 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 94fcaf74ee9f..f0ab4f9fca22 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 000000000000..07c61d255e73 --- /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 000000000000..c33e67e01d64 --- /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 000000000000..5bb91b098b34 --- /dev/null +++ b/textproc/cs-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Czech dictionary. + +WWW: http://aspell.sourceforge.net/ |