From 0c38a86f6485a07b4633f45cb043322b3b7af9d4 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Fri, 16 Apr 2004 21:53:38 +0000 Subject: Add gd-aspell , aspell with Scottish Gaelic dictionary. Approved by: mat (mentor). --- textproc/Makefile | 1 + textproc/gd-aspell/Makefile | 17 +++++++++++++++++ textproc/gd-aspell/pkg-descr | 3 +++ 3 files changed, 21 insertions(+) create mode 100644 textproc/gd-aspell/Makefile create mode 100644 textproc/gd-aspell/pkg-descr (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index 9db75c4a0b3a..c55a804d3756 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -102,6 +102,7 @@ SUBDIR += ga-aspell SUBDIR += galax SUBDIR += gauche-sxml + SUBDIR += gd-aspell SUBDIR += gdict SUBDIR += gdome2 SUBDIR += gl-aspell diff --git a/textproc/gd-aspell/Makefile b/textproc/gd-aspell/Makefile new file mode 100644 index 000000000000..8cbdf55272e9 --- /dev/null +++ b/textproc/gd-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gd-aspell +# Date created: 16 April 2004 +# Whom: Thierry Thomas +# +# $FreeBSD$ +# + +PORTNAME= gd-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Scottish Gaelic dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_GD= aidh + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/gd-aspell/pkg-descr b/textproc/gd-aspell/pkg-descr new file mode 100644 index 000000000000..02d498e55de5 --- /dev/null +++ b/textproc/gd-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Scottish Gaelic dictionary. + +WWW: http://aspell.net/ -- cgit v1.2.3