summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/php-pspell/DESCR2
-rw-r--r--textproc/php-pspell/Makefile13
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/php-pspell/DESCR b/textproc/php-pspell/DESCR
new file mode 100644
index 00000000000..bfdd4378d1f
--- /dev/null
+++ b/textproc/php-pspell/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides support for pspell (spell checking).
diff --git a/textproc/php-pspell/Makefile b/textproc/php-pspell/Makefile
new file mode 100644
index 00000000000..c6cb66c6294
--- /dev/null
+++ b/textproc/php-pspell/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/09/27 12:01:59 salo Exp $
+
+MODNAME= pspell
+CATEGORIES+= textproc
+PKGREVISION= # empty
+COMMENT= PHP extension for pspell support
+
+
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell}
+
+.include "../../lang/php/ext.mk"
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"