15 lines
458 B
Makefile
15 lines
458 B
Makefile
# $NetBSD: Makefile,v 1.13 2012/10/06 14:11:13 asau Exp $
|
|
|
|
DISTNAME= Image_Canvas-0.3.5
|
|
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
|
|
|
|
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"
|