diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:52:15 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:52:15 +0800 |
commit | e38a6d0a0eef3fc8bd35a408dea1a29b5761427e (patch) | |
tree | d7c84a2878db028ed66bf1ba39475d57372cbd95 | |
parent | 34d2b9b32857f8acba15cfe77d1026aba94a4e95 (diff) | |
download | freebsd-ports-gnome-e38a6d0a0eef3fc8bd35a408dea1a29b5761427e.tar.gz freebsd-ports-gnome-e38a6d0a0eef3fc8bd35a408dea1a29b5761427e.tar.zst freebsd-ports-gnome-e38a6d0a0eef3fc8bd35a408dea1a29b5761427e.zip |
build aspell with dictionary
PR: 42531
Submitted by: thierry@pompo.net
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/sk-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/sk-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/sk-aspell/pkg-descr | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 356780962726..0275fcf61d0f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -335,6 +335,7 @@ SUBDIR += sgmltools SUBDIR += sgmltools-lite SUBDIR += sgrep + SUBDIR += sk-aspell SUBDIR += smartdoc SUBDIR += smartdoc-devel SUBDIR += source-highlight diff --git a/textproc/sk-aspell/Makefile b/textproc/sk-aspell/Makefile new file mode 100644 index 000000000000..df034466699e --- /dev/null +++ b/textproc/sk-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: sk-aspell +# Date created: 7 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= sk-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_SK= ano + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/sk-aspell/pkg-comment b/textproc/sk-aspell/pkg-comment new file mode 100644 index 000000000000..4bf8a526b70b --- /dev/null +++ b/textproc/sk-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Slovak dictionary diff --git a/textproc/sk-aspell/pkg-descr b/textproc/sk-aspell/pkg-descr new file mode 100644 index 000000000000..5b75318116ac --- /dev/null +++ b/textproc/sk-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Slovak dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://aspell.sourceforge.net/ |