diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:09:01 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:09:01 +0000 |
commit | 197ddea8a2cb826b4417fa52ace91795e2ec90e5 (patch) | |
tree | be092553f1561bde5c1bdd09273745368774a8bf /textproc/sw-aspell | |
parent | b5eabd4841c05d4d1ac8d8bf0bdb5a0aef9d812c (diff) | |
download | ports-197ddea8a2cb826b4417fa52ace91795e2ec90e5.tar.gz ports-197ddea8a2cb826b4417fa52ace91795e2ec90e5.zip |
Notes
Diffstat (limited to 'textproc/sw-aspell')
-rw-r--r-- | textproc/sw-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/sw-aspell/pkg-descr | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/textproc/sw-aspell/Makefile b/textproc/sw-aspell/Makefile new file mode 100644 index 000000000000..07a5ce89ec0f --- /dev/null +++ b/textproc/sw-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: sw-aspell +# Date created: 31 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= sw-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Swahili dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_SW= sawa + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/sw-aspell/pkg-descr b/textproc/sw-aspell/pkg-descr new file mode 100644 index 000000000000..56444a501b2e --- /dev/null +++ b/textproc/sw-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Swahili dictionary. + +WWW: http://aspell.net/ |