mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
14 lines
354 B
Makefile
14 lines
354 B
Makefile
# $NetBSD: Makefile,v 1.14 2012/10/25 06:56:46 asau Exp $
|
|
|
|
MODNAME= pspell
|
|
CATEGORIES+= textproc
|
|
COMMENT= PHP extension for pspell support
|
|
|
|
CONFLICTS= php-pspell-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../textproc/aspell/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|