mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
cf04c45d3a
PR: ports/148912 Approved by: maintainer (timeout)
27 lines
557 B
Makefile
27 lines
557 B
Makefile
# New ports collection makefile for: pecl-imagick
|
|
# Date created: 13 Apr 2007
|
|
# Whom: Andrey Slusar <anray@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= imagick
|
|
PORTVERSION= 3.0.0
|
|
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.4:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
CONFIGURE_ARGS= --with-imagick=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|