diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:52:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:52:15 +0000 |
commit | 2903016d3bd5174a5469093d083024bf55869b31 (patch) | |
tree | b26ea332e7d3a15cd0a03f50f81312da092d3356 /textproc/sk-aspell | |
parent | aff59f380b13d60d17aeb1da86151befe5f20541 (diff) | |
download | ports-2903016d3bd5174a5469093d083024bf55869b31.tar.gz ports-2903016d3bd5174a5469093d083024bf55869b31.zip |
build aspell with dictionary
PR: 42531
Submitted by: thierry@pompo.net
Notes
Notes:
svn path=/head/; revision=66007
Diffstat (limited to 'textproc/sk-aspell')
-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 |
3 files changed, 23 insertions, 0 deletions
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/ |