Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= GD-SecurityImage |
4 |
PORTNAME= GD-SecurityImage |
5 |
PORTVERSION= 1.72 |
5 |
PORTVERSION= 1.72 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
PORTEPOCH= 1 |
7 |
PORTEPOCH= 1 |
8 |
CATEGORIES= security perl5 |
8 |
CATEGORIES= security perl5 |
9 |
MASTER_SITES= CPAN |
9 |
MASTER_SITES= CPAN |
Lines 18-24
Link Here
|
18 |
BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD |
18 |
BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD |
19 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
19 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
20 |
|
20 |
|
21 |
OPTIONS_DEFINE= IMAGEMAGICK |
21 |
OPTIONS_DEFINE= IMAGEMAGICK X11 |
|
|
22 |
OPTIONS_DEFAULT= X11 |
22 |
IMAGEMAGICK_DESC= Build ImageMagick module |
23 |
IMAGEMAGICK_DESC= Build ImageMagick module |
23 |
|
24 |
|
24 |
PORTSCOUT= skipv:1.581 |
25 |
PORTSCOUT= skipv:1.581 |
Lines 26-32
Link Here
|
26 |
USES= perl5 |
27 |
USES= perl5 |
27 |
USE_PERL5= configure |
28 |
USE_PERL5= configure |
28 |
|
29 |
|
29 |
IMAGEMAGICK_BUILD_DEPENDS= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick |
30 |
.include <bsd.port.options.mk> |
30 |
IMAGEMAGICK_RUN_DEPENDS= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick |
31 |
|
|
|
32 |
.if ${PORT_OPTIONS:MIMAGEMAGICK} |
33 |
.if ${PORT_OPTIONS:MX11} |
34 |
BUILD_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick |
35 |
RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick |
36 |
.else |
37 |
BUILD_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick-nox11 |
38 |
RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick-nox11 |
39 |
.endif |
40 |
.endif |
31 |
|
41 |
|
32 |
.include <bsd.port.mk> |
42 |
.include <bsd.port.mk> |