diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ro-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/ro-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/ro-aspell/pkg-descr | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index aa0e3fe07adf..356780962726 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -293,6 +293,7 @@ SUBDIR += replaceit SUBDIR += resume SUBDIR += rman + SUBDIR += ro-aspell SUBDIR += roap SUBDIR += rot SUBDIR += rotix diff --git a/textproc/ro-aspell/Makefile b/textproc/ro-aspell/Makefile new file mode 100644 index 000000000000..07c8e01cbfc7 --- /dev/null +++ b/textproc/ro-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: ro-aspell +# Date created: 7 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= ro-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_RO= da + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/ro-aspell/pkg-comment b/textproc/ro-aspell/pkg-comment new file mode 100644 index 000000000000..ace0e46719c1 --- /dev/null +++ b/textproc/ro-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Romanian dictionary diff --git a/textproc/ro-aspell/pkg-descr b/textproc/ro-aspell/pkg-descr new file mode 100644 index 000000000000..286108c90ca4 --- /dev/null +++ b/textproc/ro-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Romanian dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://aspell.sourceforge.net/ |