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/Makefile | |
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/Makefile')
-rw-r--r-- | textproc/et-aspell/Makefile | 17 |
1 files changed, 17 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" |