mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
eca78ec61b
Requested by: edwin
28 lines
573 B
Makefile
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.2
|
|
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>
|