diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:08:20 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:08:20 +0000 |
commit | b5eabd4841c05d4d1ac8d8bf0bdb5a0aef9d812c (patch) | |
tree | 36d4552fb2b833351668101ef430c3b4c82c9e44 /textproc/nb-aspell | |
parent | d30cb7eee308b842cc5ac77766e099bd32ccb951 (diff) | |
download | ports-b5eabd4841c05d4d1ac8d8bf0bdb5a0aef9d812c.tar.gz ports-b5eabd4841c05d4d1ac8d8bf0bdb5a0aef9d812c.zip |
Notes
Diffstat (limited to 'textproc/nb-aspell')
-rw-r--r-- | textproc/nb-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/nb-aspell/pkg-descr | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/textproc/nb-aspell/Makefile b/textproc/nb-aspell/Makefile new file mode 100644 index 000000000000..0b974437ae32 --- /dev/null +++ b/textproc/nb-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: nb-aspell +# Date created: 31 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= nb-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Norwegian Bokmal dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_NB= ja + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/nb-aspell/pkg-descr b/textproc/nb-aspell/pkg-descr new file mode 100644 index 000000000000..eb6a91753cd6 --- /dev/null +++ b/textproc/nb-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Norwegian Bokmal dictionary. + +WWW: http://aspell.net/ |