pkgsrc/print/php-pdflib/Makefile
joerg 8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00

15 lines
397 B
Makefile

# $NetBSD: Makefile,v 1.9 2006/06/04 16:26:55 joerg Exp $
MODNAME= pdflib
PKGMODNAME= pdf
PECL_VERSION= 2.0.3
CATEGORIES+= print
COMMENT= PHP extension for PDFlib on-the-fly PDF generation
CONFLICTS= php-pdf-[0-9]*
CONFIGURE_ARGS+= --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib}
.include "../../lang/php/ext.mk"
.include "../../print/pdflib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"