diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 03:48:09 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 03:48:09 +0000 |
commit | 69caf9b0d4db47945dd225298ca0091ef17e4360 (patch) | |
tree | 29c10242e168682d819b64ee3413416bc8e965d8 /textproc/nn-aspell | |
parent | ce5c9be4090822bfe2ac3bed10f5217f1f5a4743 (diff) | |
download | FreeBSD-ports-69caf9b0d4db47945dd225298ca0091ef17e4360.zip FreeBSD-ports-69caf9b0d4db47945dd225298ca0091ef17e4360.tar.gz |
build aspell with dictionary
PR: 42527
Submitted by: thierry@pompo.net
Diffstat (limited to 'textproc/nn-aspell')
-rw-r--r-- | textproc/nn-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/nn-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/nn-aspell/pkg-descr | 6 |
3 files changed, 23 insertions, 0 deletions
diff --git a/textproc/nn-aspell/Makefile b/textproc/nn-aspell/Makefile new file mode 100644 index 0000000..9d2da56 --- /dev/null +++ b/textproc/nn-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: no-aspell +# Date created: 2 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= no-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_NO= ja + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/nn-aspell/pkg-comment b/textproc/nn-aspell/pkg-comment new file mode 100644 index 0000000..8268a29 --- /dev/null +++ b/textproc/nn-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Norwegian dictionary diff --git a/textproc/nn-aspell/pkg-descr b/textproc/nn-aspell/pkg-descr new file mode 100644 index 0000000..1aec68c --- /dev/null +++ b/textproc/nn-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Norwegian dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://www.uio.no/~runekl/dictionary.html |