diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-20 14:51:08 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-20 14:51:08 +0000 |
commit | 3adde81cab0d6a17b22da4214857de44ed394de3 (patch) | |
tree | 84976432375dd1b68f133b8017c5c21c4d22a3b2 /textproc/is-aspell | |
parent | cf5c5f71cbe5c0baff9334cfd967df7bad10d808 (diff) |
Notes
Diffstat (limited to 'textproc/is-aspell')
-rw-r--r-- | textproc/is-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/is-aspell/pkg-descr | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/textproc/is-aspell/Makefile b/textproc/is-aspell/Makefile new file mode 100644 index 000000000000..3e3478378b4d --- /dev/null +++ b/textproc/is-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: is-aspell +# Date created: 13 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= is-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Icelandic dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_IS= já + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/is-aspell/pkg-descr b/textproc/is-aspell/pkg-descr new file mode 100644 index 000000000000..71e3e05f12e3 --- /dev/null +++ b/textproc/is-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Icelandic dictionary. + +WWW: http://aspell.net/ |