summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorsalo <salo>2005-09-27 12:01:59 +0000
committersalo <salo>2005-09-27 12:01:59 +0000
commitc31f84f0fc30b5641f1ae5320f6883212ed38274 (patch)
tree3784917ed3c39128914c966e329f0f4bc41f44f3 /textproc
parent5fa9a54e03302c92b0ccf40603b1ced4743453a5 (diff)
downloadpkgsrc-c31f84f0fc30b5641f1ae5320f6883212ed38274.tar.gz
Initial import of php-pspell extension.
PHP is a programming language designed to be embedded into web pages. This module provides support for pspell (spell checking). Requested by Mark Thomas <thomas.s.mar at gmail dot com> on netbsd-help@.
Diffstat (limited to 'textproc')
-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"