Lines 7-13
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= xastir |
8 |
PORTNAME= xastir |
9 |
PORTVERSION= 2.0.0 |
9 |
PORTVERSION= 2.0.0 |
10 |
PORTREVISION= 8 |
10 |
PORTREVISION= 9 |
11 |
CATEGORIES= comms hamradio |
11 |
CATEGORIES= comms hamradio |
12 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} |
12 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} |
13 |
|
13 |
|
Lines 34-41
Link Here
|
34 |
|
34 |
|
35 |
OPTIONS= SHAPELIB "Include Shapelib support" On \ |
35 |
OPTIONS= SHAPELIB "Include Shapelib support" On \ |
36 |
DBFAWK "Include DBFAWK Support" On \ |
36 |
DBFAWK "Include DBFAWK Support" On \ |
37 |
MAGICK "Include [Image|Graphics]Magick Support" On \ |
37 |
MAGICK "Include GraphicsMagick Support" On \ |
38 |
GRAPHICK "Use GraphicsMagick instead of ImageMagick" Off \ |
|
|
39 |
CURL "Include CURL Internet Image support" On \ |
38 |
CURL "Include CURL Internet Image support" On \ |
40 |
GEOTIFF "Include GeoTIFF Support" Off \ |
39 |
GEOTIFF "Include GeoTIFF Support" Off \ |
41 |
GDAL "Include GDAL Support" Off \ |
40 |
GDAL "Include GDAL Support" Off \ |
Lines 57-68
Link Here
|
57 |
.if defined(WITHOUT_MAGICK) |
56 |
.if defined(WITHOUT_MAGICK) |
58 |
CONFIGURE_ARGS+= --without-imagemagick --without-graphicsmagick |
57 |
CONFIGURE_ARGS+= --without-imagemagick --without-graphicsmagick |
59 |
.else |
58 |
.else |
60 |
.if defined(WITH_GRAPHICK) |
|
|
61 |
LIB_DEPENDS+= GraphicsMagickWand.7:${PORTSDIR}/graphics/GraphicsMagick13 |
59 |
LIB_DEPENDS+= GraphicsMagickWand.7:${PORTSDIR}/graphics/GraphicsMagick13 |
62 |
.else |
|
|
63 |
LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick |
64 |
CONFIGURE_ARGS+= --without-graphicsmagick |
65 |
.endif |
66 |
.endif |
60 |
.endif |
67 |
|
61 |
|
68 |
.if defined(WITHOUT_DBFAWK) |
62 |
.if defined(WITHOUT_DBFAWK) |