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/gl-aspell | |
parent | cf5c5f71cbe5c0baff9334cfd967df7bad10d808 (diff) | |
download | ports-3adde81cab0d6a17b22da4214857de44ed394de3.tar.gz ports-3adde81cab0d6a17b22da4214857de44ed394de3.zip |
Notes
Diffstat (limited to 'textproc/gl-aspell')
-rw-r--r-- | textproc/gl-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/gl-aspell/pkg-descr | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/textproc/gl-aspell/Makefile b/textproc/gl-aspell/Makefile new file mode 100644 index 000000000000..296a34799aa3 --- /dev/null +++ b/textproc/gl-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gl-aspell +# Date created: 13 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= gl-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Galician dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_GL= si + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/gl-aspell/pkg-descr b/textproc/gl-aspell/pkg-descr new file mode 100644 index 000000000000..6161cb705b04 --- /dev/null +++ b/textproc/gl-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Galician dictionary. + +WWW: http://aspell.net/ |