diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
commit | 8d1905f7041773dd6073d984f6e6ccd1d712e712 (patch) | |
tree | 8893373dbfdaaedace71935e09ae9fb483090676 /textproc/nb-aspell | |
parent | 2fdadf42a218b825a5a2242f3e99367dbffa612b (diff) | |
download | ports-8d1905f7041773dd6073d984f6e6ccd1d712e712.tar.gz ports-8d1905f7041773dd6073d984f6e6ccd1d712e712.zip |
Notes
Diffstat (limited to 'textproc/nb-aspell')
-rw-r--r-- | textproc/nb-aspell/Makefile | 14 | ||||
-rw-r--r-- | textproc/nb-aspell/distinfo | 3 | ||||
-rw-r--r-- | textproc/nb-aspell/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/nb-aspell/pkg-plist | 7 |
4 files changed, 19 insertions, 7 deletions
diff --git a/textproc/nb-aspell/Makefile b/textproc/nb-aspell/Makefile index 0b974437ae32..537f92da3f22 100644 --- a/textproc/nb-aspell/Makefile +++ b/textproc/nb-aspell/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PORTNAME= nb-aspell +PORTNAME= ${DICT}-aspell +DISTVERSION= -nb-0.50.1-0 +PORTEPOCH= 1 +CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org -COMMENT= Aspell with Norwegian Bokmal dictionary +COMMENT= Aspell Norwegian Bokmal dictionary -MASTERDIR= ${.CURDIR}/../aspell +DICT= nb -ASPELL_NB= ja - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/textproc/nb-aspell/distinfo b/textproc/nb-aspell/distinfo new file mode 100644 index 000000000000..d2bc8f96b180 --- /dev/null +++ b/textproc/nb-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell-nb-0.50.1-0.tar.bz2) = d1173a5ce04f39e9c93183da691e7ce8 +SHA256 (aspell-nb-0.50.1-0.tar.bz2) = e7746e8b617b2df576c1172399544818084524504202b16c747f52db5e5d228a +SIZE (aspell-nb-0.50.1-0.tar.bz2) = 423161 diff --git a/textproc/nb-aspell/pkg-descr b/textproc/nb-aspell/pkg-descr index eb6a91753cd6..9a40fedca62b 100644 --- a/textproc/nb-aspell/pkg-descr +++ b/textproc/nb-aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Norwegian Bokmal dictionary. +Aspell Norwegian Bokmal dictionary. WWW: http://aspell.net/ diff --git a/textproc/nb-aspell/pkg-plist b/textproc/nb-aspell/pkg-plist new file mode 100644 index 000000000000..557e957ca9ef --- /dev/null +++ b/textproc/nb-aspell/pkg-plist @@ -0,0 +1,7 @@ +lib/aspell-%%VER%%/nb.dat +share/aspell/bokmal.alias +share/aspell/bokmål.alias +share/aspell/nb.multi +share/aspell/nb.rws +share/aspell/no.alias +share/aspell/norsk.alias |