pkgsrc/devel/php-gettext/Makefile
jdolecek 4fdb70ce2b now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting; successful build confirmed with both PHP 4.x and PHP 5.x
2004-11-05 17:11:39 +00:00

14 lines
373 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:39 jdolecek Exp $
MODNAME= gettext
CATEGORIES+= devel
PKGREVISION= # empty
COMMENT= PHP extension for gettext support
USE_BUILDLINK3= YES
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.gettext}
.include "../../lang/php/ext.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"