diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 4 | ||||
-rw-r--r-- | print/php4-pdflib/DESCR | 3 | ||||
-rw-r--r-- | print/php4-pdflib/Makefile | 20 |
3 files changed, 2 insertions, 25 deletions
diff --git a/print/Makefile b/print/Makefile index 5cf3905a076..4e83bbe6269 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2004/10/19 01:47:57 sekiya Exp $ +# $NetBSD: Makefile,v 1.119 2004/11/08 20:04:47 jdolecek Exp $ # COMMENT= Desktop publishing @@ -77,7 +77,7 @@ SUBDIR+= p5-PostScript-MailLabels SUBDIR+= papersize SUBDIR+= pcps SUBDIR+= pdflib -SUBDIR+= php4-pdflib +SUBDIR+= php-pdflib SUBDIR+= pnm2ppa SUBDIR+= poster SUBDIR+= pscal diff --git a/print/php4-pdflib/DESCR b/print/php4-pdflib/DESCR deleted file mode 100644 index 8ac80dfc23a..00000000000 --- a/print/php4-pdflib/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides an interface to PDFlib for on-the-fly PDF generation -for PHP4. diff --git a/print/php4-pdflib/Makefile b/print/php4-pdflib/Makefile deleted file mode 100644 index 740d597b5d7..00000000000 --- a/print/php4-pdflib/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.13 2004/11/05 21:44:44 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_BUILDLINK3= YES - -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} - -PHP_VERSION_REQD= 4 -.include "../../lang/php/ext.mk" -.include "../../print/pdflib/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |