Introduce a separate port of pecl-imagick using ImageMagick version 7.
This commit is contained in:
parent
2c04c6c500
commit
1fa4c218f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496325
2 changed files with 19 additions and 0 deletions
|
@ -733,6 +733,7 @@
|
|||
SUBDIR += pear-Image_GraphViz
|
||||
SUBDIR += pear-Image_Transform
|
||||
SUBDIR += pecl-imagick
|
||||
SUBDIR += pecl-imagick-im7
|
||||
SUBDIR += pecl-qrencode
|
||||
SUBDIR += pecomato
|
||||
SUBDIR += pencil2d
|
||||
|
|
18
graphics/pecl-imagick-im7/Makefile
Normal file
18
graphics/pecl-imagick-im7/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Created by: Martin Matuska <mm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -im7
|
||||
|
||||
MAINTAINER= mm@FreeBSD.org
|
||||
COMMENT= PHP wrapper to the ImageMagick/GraphicsMagick library version 7
|
||||
|
||||
LICENSE= PHP301
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../pecl-imagick
|
||||
|
||||
CONFLICTS_INSTALL= ${PKGNAMEPREFIX}${PORTNAME}-[0-9]*
|
||||
|
||||
X11_LIB_DEPENDS?= libMagickWand-7.so:graphics/ImageMagick7
|
||||
X11_LIB_DEPENDS_OFF?= libMagickWand-7.so:graphics/ImageMagick7-nox11
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue