From 12d0fcd6411f4253f7d9227c2eacba8c30fd4f95 Mon Sep 17 00:00:00 2001 From: thierry Date: Sat, 28 Aug 2004 23:59:08 +0000 Subject: Add slaves ports for Aspell's new dictionaries. --- textproc/et-aspell/Makefile | 17 +++++++++++++++++ textproc/et-aspell/pkg-descr | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 textproc/et-aspell/Makefile create mode 100644 textproc/et-aspell/pkg-descr (limited to 'textproc/et-aspell') 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 +# +# $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/ -- cgit