diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:43:34 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:43:34 +0000 |
commit | 76e9df6d3c91b945e59f23e2d6afa50bd47bc60b (patch) | |
tree | c1e00eddd47d08806d2b0f57cfabd2ff2c426dcc /textproc | |
parent | 74ca5485a398faea757c4ac3bfaa8b7c8c1c9de0 (diff) | |
download | ports-76e9df6d3c91b945e59f23e2d6afa50bd47bc60b.tar.gz ports-76e9df6d3c91b945e59f23e2d6afa50bd47bc60b.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/eo-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/eo-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/eo-aspell/pkg-descr | 3 |
4 files changed, 21 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 04374807afcd..0b2556cbc974 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -56,6 +56,7 @@ SUBDIR += dtd2relax SUBDIR += dtdinst SUBDIR += dtdparse + SUBDIR += eo-aspell SUBDIR += eruby SUBDIR += expat SUBDIR += expat2 diff --git a/textproc/eo-aspell/Makefile b/textproc/eo-aspell/Makefile new file mode 100644 index 000000000000..b42a9eb7fdfb --- /dev/null +++ b/textproc/eo-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: eo-aspell +# Date created: 1 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= eo-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_EO= jes + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/eo-aspell/pkg-comment b/textproc/eo-aspell/pkg-comment new file mode 100644 index 000000000000..4a6bad4b228b --- /dev/null +++ b/textproc/eo-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Esperanto dictionary diff --git a/textproc/eo-aspell/pkg-descr b/textproc/eo-aspell/pkg-descr new file mode 100644 index 000000000000..4c34ba16bd6b --- /dev/null +++ b/textproc/eo-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Esperanto dictionary. + +WWW: http://aspell.sourceforge.net/ |