16 lines
392 B
Makefile
16 lines
392 B
Makefile
# $NetBSD: Makefile,v 1.12 2020/06/02 08:24:51 adam Exp $
|
|
|
|
MODNAME= xsl
|
|
CATEGORIES+= textproc
|
|
COMMENT= PHP extension for XSLT functions
|
|
PKGREVISION= 1
|
|
|
|
CONFLICTS= php-xsl-[0-9]*
|
|
|
|
USE_PHP_EXT_PATCHES= yes
|
|
|
|
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libxslt}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|