diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:53:14 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:53:14 +0800 |
commit | 031f30de0f1fc1870a87382a95e796ea7b62a0c1 (patch) | |
tree | 27b281b4cde794b0b2ba71858c175cb4a8b835ec /textproc | |
parent | c02025357228b49d411df645926e24c8df239246 (diff) | |
download | freebsd-ports-gnome-031f30de0f1fc1870a87382a95e796ea7b62a0c1.tar.gz freebsd-ports-gnome-031f30de0f1fc1870a87382a95e796ea7b62a0c1.tar.zst freebsd-ports-gnome-031f30de0f1fc1870a87382a95e796ea7b62a0c1.zip |
build aspell with dictionary
PR: 42522
Submitted by: thierry@pompo.net
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/sv-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/sv-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/sv-aspell/pkg-descr | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0275fcf61d0f..33ba372b3350 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -341,6 +341,7 @@ SUBDIR += source-highlight SUBDIR += sp SUBDIR += spell + SUBDIR += sv-aspell SUBDIR += tclExpat SUBDIR += tdtd.el SUBDIR += tex2im diff --git a/textproc/sv-aspell/Makefile b/textproc/sv-aspell/Makefile new file mode 100644 index 000000000000..3201bf78a5e0 --- /dev/null +++ b/textproc/sv-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: sv-aspell +# Date created: 7 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= sv-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_SV= ja + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/sv-aspell/pkg-comment b/textproc/sv-aspell/pkg-comment new file mode 100644 index 000000000000..7ea9e6242912 --- /dev/null +++ b/textproc/sv-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Swedish dictionary diff --git a/textproc/sv-aspell/pkg-descr b/textproc/sv-aspell/pkg-descr new file mode 100644 index 000000000000..6730fe8cc9eb --- /dev/null +++ b/textproc/sv-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Swedish dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://aspell.sourceforge.net/ |