blob: d53ba3d87b230940532093ba7cb74ec4f48193f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.11 2009/02/22 11:08:20 adrianp Exp $
MODNAME= mbstring
CATEGORIES+= misc
COMMENT= PHP extension for multibyte characters support (currently, Japanese only)
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-mbstring-[0-9]*
USE_PHP_EXT_PATCHES= yes
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
|