# $NetBSD: Makefile,v 1.4 2004/04/25 00:30:43 xtraeme Exp $ MODNAME= iconv CATEGORIES+= devel PKGREVISION= # empty COMMENT= PHP4 extension for character set conversion USE_BUILDLINK3= YES .include "../../www/php4/Makefile.module" # this is necessary so that PHP would find either the libc iconv # or use the packaged iconv, as appropriate; using # --with-iconv=shared,${BUILDLINK_PREFIX.iconv} assumes libiconv exists # the PHP_ICONV in environment is to make configure find alternative # libiconv CONFIGURE_ARGS+= --with-iconv CONFIGURE_ENV+= PHP_ICONV=${BUILDLINK_PREFIX.iconv:Q} .include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.pkg.mk"