diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-21 05:19:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-21 05:19:26 +0000 |
commit | bd2c4b75f384ec6a11070e3a6269c467812deef3 (patch) | |
tree | 022703bb796b482671d20457958cf8216823b758 /textproc/sk-hunspell | |
parent | 8d5d707de80c9e2596a35c5bc08bc8b5aec451ee (diff) | |
download | ports-bd2c4b75f384ec6a11070e3a6269c467812deef3.tar.gz ports-bd2c4b75f384ec6a11070e3a6269c467812deef3.zip |
Notes
Diffstat (limited to 'textproc/sk-hunspell')
-rw-r--r-- | textproc/sk-hunspell/Makefile | 31 | ||||
-rw-r--r-- | textproc/sk-hunspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/sk-hunspell/pkg-descr | 3 |
3 files changed, 36 insertions, 0 deletions
diff --git a/textproc/sk-hunspell/Makefile b/textproc/sk-hunspell/Makefile new file mode 100644 index 000000000000..48de882679c4 --- /dev/null +++ b/textproc/sk-hunspell/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: sk-hunspell +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= sk-hunspell +PORTVERSION= 20110228 +CATEGORIES= textproc +MASTER_SITES= http://www.sk-spell.sk.cx/files/ +DISTNAME= hunspell-sk-${PORTVERSION} + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Slovak hunspell dictionaries + +LICENSE= LGPL21 GPLv2 MPL +LICENSE_COMB= dual + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hunspell/sk_SK.aff \ + share/hunspell/sk_SK.dic +PLIST_DIRS= share/hunspell + +do-install: + @${MKDIR} ${PREFIX}/share/hunspell + @${INSTALL_DATA} ${WRKSRC}/sk_SK* ${PREFIX}/share/hunspell + +.include <bsd.port.mk> diff --git a/textproc/sk-hunspell/distinfo b/textproc/sk-hunspell/distinfo new file mode 100644 index 000000000000..1d1367a68c3c --- /dev/null +++ b/textproc/sk-hunspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (hunspell-sk-20110228.zip) = 216ad718fc761bd3a95c9271d8e1cfdf0e0d5967093da9e0ba4a7cfabbfd90c6 +SIZE (hunspell-sk-20110228.zip) = 893321 diff --git a/textproc/sk-hunspell/pkg-descr b/textproc/sk-hunspell/pkg-descr new file mode 100644 index 000000000000..c5c35ade9c3c --- /dev/null +++ b/textproc/sk-hunspell/pkg-descr @@ -0,0 +1,3 @@ +Slovak hunspell dictionaries + +WWW: http://www.sk-spell.sk.cx/ |