Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/graphics/pecl-imagick/Makefile 327733 2013-09-20 18:35:44Z bapt $ |
2 |
# $FreeBSD: head/graphics/pecl-imagick/Makefile 327733 2013-09-20 18:35:44Z bapt $ |
3 |
|
3 |
|
4 |
PORTNAME= imagick |
4 |
PORTNAME= imagick |
5 |
DISTVERSION= 3.1.0RC2 |
5 |
DISTVERSION= 3.1.2 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= graphics |
6 |
CATEGORIES= graphics |
8 |
MASTER_SITES= http://pecl.php.net/get/ |
7 |
MASTER_SITES= http://pecl.php.net/get/ |
9 |
PKGNAMEPREFIX= pecl- |
8 |
PKGNAMEPREFIX= pecl- |
Lines 13-26
Link Here
|
13 |
MAINTAINER= mm@FreeBSD.org |
12 |
MAINTAINER= mm@FreeBSD.org |
14 |
COMMENT= Provides a wrapper to the ImageMagick/GraphicsMagick library |
13 |
COMMENT= Provides a wrapper to the ImageMagick/GraphicsMagick library |
15 |
|
14 |
|
|
|
15 |
LICENSE= PHP301 |
16 |
|
16 |
.if !defined(WITHOUT_X11) |
17 |
.if !defined(WITHOUT_X11) |
17 |
LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick |
18 |
LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick |
18 |
.else |
19 |
.else |
19 |
LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick-nox11 |
20 |
LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick-nox11 |
20 |
.endif |
21 |
.endif |
21 |
|
22 |
|
22 |
LICENSE= PHP301 |
|
|
23 |
|
24 |
USE_PHP= yes |
23 |
USE_PHP= yes |
25 |
USE_PHPEXT= yes |
24 |
USE_PHPEXT= yes |
26 |
|
25 |
|