f8300179b9
ChangeLog: https://pecl.php.net/package-changelog.php?package=imagick PR: 267324
25 lines
466 B
Makefile
25 lines
466 B
Makefile
PORTNAME= imagick
|
|
PORTVERSION= 3.7.0
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= 000.fbsd@quip.cz
|
|
COMMENT?= PHP wrapper to the ImageMagick/GraphicsMagick library version 6
|
|
WWW= https://pecl.php.net/package/imagick
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= cpe php:pecl localbase
|
|
|
|
CPE_VENDOR= php
|
|
|
|
CONFLICTS_INSTALL?= ${PKGNAMEPREFIX}${PORTNAME}-im7
|
|
|
|
OPTIONS_DEFINE= X11
|
|
|
|
X11_USES?= magick:6
|
|
X11_USES_OFF?= magick:6,nox11
|
|
|
|
CONFIGURE_ARGS= --with-imagick=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|