mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
e081d9b9ed
instead.
30 lines
639 B
Makefile
30 lines
639 B
Makefile
# Created by: Andrey Slusar <anray@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= imagick
|
|
DISTVERSION= 3.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= Provides a wrapper to the ImageMagick/GraphicsMagick library
|
|
|
|
LICENSE= PHP301
|
|
|
|
OPTIONS_DEFINE= X11
|
|
|
|
X11_LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
|
|
X11_LIB_DEPENDS_OFF= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick-nox11
|
|
|
|
USES= pkgconfig
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
CONFIGURE_ARGS= --with-imagick=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|