90c1c1709f
Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version
20 lines
673 B
Makefile
20 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.8 2003/08/31 19:55:56 jdolecek Exp $
|
|
|
|
MODNAME= pdf
|
|
PKGNAME= php-pdflib-${PHP_BASE_VERS}
|
|
CATEGORIES+= print
|
|
PKGREVISION= # empty
|
|
COMMENT= PHP4 extension for PDFlib on-the-fly PDF generation
|
|
|
|
USE_BUILDLINK2= YES
|
|
|
|
.include "../../www/php4/Makefile.module"
|
|
|
|
CONFIGURE_ARGS+= --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib}
|
|
CONFIGURE_ARGS+= --with-jpeg-dir=shared,${BUILDLINK_PREFIX.jpeg}
|
|
CONFIGURE_ARGS+= --with-png-dir=shared,${BUILDLINK_PREFIX.png}
|
|
CONFIGURE_ARGS+= --with-tiff-dir=shared,${BUILDLINK_PREFIX.tiff}
|
|
CONFIGURE_ENV+= PHP_ZLIB_DIR=${BUILDLINK_PREFIX.zlib}
|
|
|
|
.include "../../print/pdflib/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|