From 0a6e3e65185ae3ae00aa40164288daca12ab8962 Mon Sep 17 00:00:00 2001 From: salo Date: Tue, 27 Sep 2005 12:01:59 +0000 Subject: 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 on netbsd-help@. --- textproc/php-pspell/DESCR | 2 ++ textproc/php-pspell/Makefile | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 textproc/php-pspell/DESCR create mode 100644 textproc/php-pspell/Makefile (limited to 'textproc/php-pspell') 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" -- cgit v1.2.3