# Created by: Dan Rowe <bsdports@csnstores.com>
# $FreeBSD: tags/RELEASE_10_3_0/graphics/pecl-gmagick/Makefile 400489 2015-10-30 02:55:52Z junovitch $

PORTNAME=	gmagick
PORTVERSION=	1.1.7RC3
CATEGORIES=	graphics
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
DIST_SUBDIR=	PECL

MAINTAINER=	bsdports@wayfair.com
COMMENT=	Provides a wrapper to the GraphicsMagick library

LICENSE=	PHP301

LIB_DEPENDS=	libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick

USES=		tar:tgz

USE_PHP=	yes
USE_PHPEXT=	yes

CONFIGURE_ARGS=	--with-gmagick=${LOCALBASE}

.include <bsd.port.mk>
