diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:23:20 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:23:20 +0000 |
commit | b124da0367609dcb91bd9ddc68e3db452678c66f (patch) | |
tree | 4db86dc34c768bd7fd390d476015597605f9cd8e /print/pecl-pdflib/Makefile | |
parent | 993768b304c545e0b2784552278066ca831015ff (diff) |
Notes
Diffstat (limited to 'print/pecl-pdflib/Makefile')
-rw-r--r-- | print/pecl-pdflib/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/print/pecl-pdflib/Makefile b/print/pecl-pdflib/Makefile index c0a2c9094931..54ec889fd588 100644 --- a/print/pecl-pdflib/Makefile +++ b/print/pecl-pdflib/Makefile @@ -7,6 +7,7 @@ PORTNAME= pdflib PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -18,17 +19,11 @@ COMMENT= A PECL extension to create PDF on the fly LIB_DEPENDS= pdf.7:${PORTSDIR}/print/pdflib -USE_PHP= yes -USE_PHPIZE= yes +USE_PHP= gd +USE_PHP_BUILD= yes +USE_PHPEXT= yes +PHP_MODNAME= pdf CONFIGURE_ARGS= --with-pdflib=${LOCALBASE} -do-install: - @${MKDIR} ${PREFIX}/lib/php/${PHP_EXT_DIR} - @${INSTALL_DATA} ${WRKSRC}/modules/pdf.so \ - ${PREFIX}/lib/php/${PHP_EXT_DIR} - -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |