1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/graphics/pecl-imagick/Makefile
Martin Matuska c5e1202db4 - Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
2009-02-10 19:50:55 +00:00

28 lines
573 B
Makefile

# New ports collection makefile for: pecl-imagick
# Date created: 13 Apr 2007
# Whom: Andrey Slusar <anray@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= imagick
PORTVERSION= 2.2.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= anray@FreeBSD.org
COMMENT= Provides a wrapper to the ImageMagick/GraphicsMagick library
LIB_DEPENDS= MagickWand.2:${PORTSDIR}/graphics/ImageMagick
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-imagick=${LOCALBASE}
.include <bsd.port.mk>