diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php-enchant/DESCR | 14 | ||||
-rw-r--r-- | textproc/php-enchant/Makefile | 15 |
2 files changed, 29 insertions, 0 deletions
diff --git a/textproc/php-enchant/DESCR b/textproc/php-enchant/DESCR new file mode 100644 index 00000000000..18c096607da --- /dev/null +++ b/textproc/php-enchant/DESCR @@ -0,0 +1,14 @@ +PHP is a programming language designed to be embedded into web pages. +This module provides support for enchant support. + +Enchant is a binder for libenchant. Libenchant provides a common +API for many spell libraries: + + - aspell/pspell (intended to replace ispell) + - hspell (hebrew) + - ispell + - myspell/hunspell (OpenOffice project, mozilla) + - uspell (primarily Yiddish, Hebrew, and Eastern European languages) + +A plugin system allows to add custom spell support, +see www.abisource.com/enchant/ diff --git a/textproc/php-enchant/Makefile b/textproc/php-enchant/Makefile new file mode 100644 index 00000000000..77b51659c2b --- /dev/null +++ b/textproc/php-enchant/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 15:42:44 taca Exp $ + +MODNAME= enchant +CATEGORIES+= textproc +COMMENT= PHP extension for ENCHANT support. + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFIGURE_ARGS+= --with-enchant=shared,${BUILDLINK_PREFIX.enchant} + +PHP_VERSION_REQD= 53 + +.include "../../lang/php/ext.mk" +.include "../../textproc/enchant/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |