diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-29 07:59:08 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-29 07:59:08 +0800 |
commit | 12d0fcd6411f4253f7d9227c2eacba8c30fd4f95 (patch) | |
tree | 65741c2c24b35f435f19c00adf5524f1623e6ef1 /textproc/et-aspell | |
parent | 8cafe31c72031863c2952f931dabcec9af3a287e (diff) | |
download | freebsd-ports-gnome-12d0fcd6411f4253f7d9227c2eacba8c30fd4f95.tar.gz freebsd-ports-gnome-12d0fcd6411f4253f7d9227c2eacba8c30fd4f95.tar.zst freebsd-ports-gnome-12d0fcd6411f4253f7d9227c2eacba8c30fd4f95.zip |
Add slaves ports for Aspell's new dictionaries.
Diffstat (limited to 'textproc/et-aspell')
-rw-r--r-- | textproc/et-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/et-aspell/pkg-descr | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/textproc/et-aspell/Makefile b/textproc/et-aspell/Makefile new file mode 100644 index 000000000000..3ec1bcc7fac1 --- /dev/null +++ b/textproc/et-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: et-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= et-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Estonian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_ET= jah + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/et-aspell/pkg-descr b/textproc/et-aspell/pkg-descr new file mode 100644 index 000000000000..30c99322b32e --- /dev/null +++ b/textproc/et-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Estonian dictionary. + +WWW: http://aspell.net/ |