2012-10-25 08:55:37 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2012/10/25 06:56:46 asau Exp $
|
2005-09-27 14:01:59 +02:00
|
|
|
|
|
|
|
MODNAME= pspell
|
|
|
|
CATEGORIES+= textproc
|
|
|
|
COMMENT= PHP extension for pspell support
|
|
|
|
|
2006-06-04 18:26:54 +02:00
|
|
|
CONFLICTS= php-pspell-[0-9]*
|
2005-09-27 14:01:59 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell}
|
|
|
|
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
|
|
.include "../../textproc/aspell/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|