pkgsrc/graphics/php-imagick/Makefile
fhajny 77f2882af6 Import php-imagick-3.1.2 as graphics/php-imagick (based on wip/php-imagick).
Imagick is a PHP extension to create and modify images using
the ImageMagick library.
2015-09-03 08:14:21 +00:00

16 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/09/03 08:14:21 fhajny Exp $
MODNAME= imagick
PECL_VERSION= 3.1.2
CATEGORIES+= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pecl.php.net/package/imagick/
COMMENT= PHP extension for ImageMagick graphics library
LICENSE= php
CONFIGURE_ARGS+= --with-imagick=${BUILDLINK_PREFIX.ImageMagick}
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"