diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:45:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:45:23 +0800 |
commit | ece2dc09de6dddf496c1e24d90a093c948265f8d (patch) | |
tree | 499c44d8442d05962bd0f040497aaf3613a6e329 /textproc | |
parent | 96bfc6d3ab39338c974c0882568843abd0757579 (diff) | |
download | freebsd-ports-gnome-ece2dc09de6dddf496c1e24d90a093c948265f8d.tar.gz freebsd-ports-gnome-ece2dc09de6dddf496c1e24d90a093c948265f8d.tar.zst freebsd-ports-gnome-ece2dc09de6dddf496c1e24d90a093c948265f8d.zip |
build aspell with dictionary
PR: 42534
Submitted by: thierry@pompo.net
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/fo-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/fo-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/fo-aspell/pkg-descr | 3 |
4 files changed, 21 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 55b1b3f45775..649f81496d17 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -64,6 +64,7 @@ SUBDIR += fdp-tools SUBDIR += filepp SUBDIR += fist + SUBDIR += fo-aspell SUBDIR += fop SUBDIR += freegrep SUBDIR += gdict diff --git a/textproc/fo-aspell/Makefile b/textproc/fo-aspell/Makefile new file mode 100644 index 000000000000..293c20a4fca2 --- /dev/null +++ b/textproc/fo-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: fo-aspell +# Date created: 2 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= fo-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_FO= yes + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/fo-aspell/pkg-comment b/textproc/fo-aspell/pkg-comment new file mode 100644 index 000000000000..6d35a974b444 --- /dev/null +++ b/textproc/fo-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Faroese dictionary diff --git a/textproc/fo-aspell/pkg-descr b/textproc/fo-aspell/pkg-descr new file mode 100644 index 000000000000..a642ebf4a612 --- /dev/null +++ b/textproc/fo-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Faroese dictionary. + +WWW: http://fo.speling.org/ |