pkgsrc/graphics/pear-Image_Canvas/Makefile
taca 23dc6ede58 Update pear-Image_Canvas package to 0.3.3.
* pkgsrc change: Avoid depends on gd extension in package.xml since it
  is covered by pkgsrc's denedency.


0.3.3		2010-10-25 14:36 UTC

Changelog:

Automatically built QA release
Bug #16808 imagefilledpolygon(): You must have at least 3 points in your
array - ghhoriuchi

Bug #16927 PDF class implementation incomplete? - daveo

Bug #17191 Deprecated: Assigning the return value of new by reference - neufeind
2011-05-16 13:21:04 +00:00

17 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.10 2011/05/16 13:21:04 taca Exp $
DISTNAME= Image_Canvas-0.3.3
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pear.php.net/package/Image_Color/
COMMENT= Common interface to image drawing, making image source code
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-pear-Image_Canvas-[0-9]*
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Image_Color>=1.0.0:../../graphics/pear-Image_Color
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"