|
Lines 12-26
Link Here
|
| 12 |
MAINTAINER= sunpoet@FreeBSD.org |
12 |
MAINTAINER= sunpoet@FreeBSD.org |
| 13 |
COMMENT= Fast image processing tools based on ImageMagick |
13 |
COMMENT= Fast image processing tools based on ImageMagick |
| 14 |
|
14 |
|
| 15 |
LIB_DEPENDS= libfreetype.so:print/freetype2 \ |
15 |
OPTIONS_DEFINE= DOCS DPS FPX JASPER JBIG JPEG LCMS2 OPENMP Q8BIT PNG SSE TEST TIFF TTF WEBP WMF X11 XML |
| 16 |
libjbig.so:graphics/jbigkit \ |
16 |
OPTIONS_DEFAULT=JASPER JBIG JPEG LCMS2 OPENMP PNG TIFF TTF WEBP WMF X11 XML |
| 17 |
libjasper.so:graphics/jasper \ |
|
|
| 18 |
liblcms2.so:graphics/lcms2 \ |
| 19 |
libpng.so:graphics/png \ |
| 20 |
libtiff.so:graphics/tiff |
| 21 |
|
| 22 |
OPTIONS_DEFINE= DOCS DPS FPX OPENMP Q8BIT SSE TEST WEBP WMF X11 XML |
| 23 |
OPTIONS_DEFAULT=OPENMP WEBP WMF X11 XML |
| 24 |
DPS_DESC= Display Ghostscript support |
17 |
DPS_DESC= Display Ghostscript support |
| 25 |
Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16-bit (quality) |
18 |
Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16-bit (quality) |
| 26 |
TEST_DESC= Run bundled self-tests after build |
19 |
TEST_DESC= Run bundled self-tests after build |
|
Lines 32-38
Link Here
|
| 32 |
INSTALL_TARGET= install-strip |
25 |
INSTALL_TARGET= install-strip |
| 33 |
TEST_TARGET= check |
26 |
TEST_TARGET= check |
| 34 |
USE_LDCONFIG= yes |
27 |
USE_LDCONFIG= yes |
| 35 |
USES= jpeg libtool localbase tar:bzip2 |
28 |
USES= libtool localbase tar:bzip2 |
| 36 |
|
29 |
|
| 37 |
PORTDATA= * |
30 |
PORTDATA= * |
| 38 |
PORTDOCS= * |
31 |
PORTDOCS= * |
|
Lines 46-54
Link Here
|
| 46 |
DPS_USE= XORG=xt |
39 |
DPS_USE= XORG=xt |
| 47 |
FPX_CONFIGURE_WITH= fpx |
40 |
FPX_CONFIGURE_WITH= fpx |
| 48 |
FPX_LIB_DEPENDS= libfpx.so:graphics/libfpx |
41 |
FPX_LIB_DEPENDS= libfpx.so:graphics/libfpx |
|
|
42 |
JASPER_CONFIGURE_WITH= jp2 |
| 43 |
JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper |
| 44 |
JBIG_CONFIGURE_WITH= jbig |
| 45 |
JBIG_LIB_DEPENDS= libjbig.so:graphics/jbigkit |
| 46 |
JPEG_CONFIGURE_WITH= jpeg |
| 47 |
JPEG_USES= jpeg |
| 48 |
LCMS2_CONFIGURE= lcms2 |
| 49 |
LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 |
| 49 |
OPENMP_CONFIGURE_OFF= --without-threads --disable-openmp |
50 |
OPENMP_CONFIGURE_OFF= --without-threads --disable-openmp |
| 50 |
OPENMP_CONFIGURE_ON= --with-threads --enable-openmp --disable-openmp-slow |
51 |
OPENMP_CONFIGURE_ON= --with-threads --enable-openmp --disable-openmp-slow |
| 51 |
OPENMP_USES= compiler:openmp |
52 |
OPENMP_USES= compiler:openmp |
|
|
53 |
PNG_CONFIGURE_WITH= png |
| 54 |
PNG_LIB_DEPENDS= libpng.so:graphics/png |
| 52 |
Q8BIT_CONFIGURE_OFF= --with-quantum-depth=16 |
55 |
Q8BIT_CONFIGURE_OFF= --with-quantum-depth=16 |
| 53 |
Q8BIT_CONFIGURE_ON= --with-quantum-depth=8 |
56 |
Q8BIT_CONFIGURE_ON= --with-quantum-depth=8 |
| 54 |
Q8BIT_PLIST_SUB= Q=8 |
57 |
Q8BIT_PLIST_SUB= Q=8 |
|
Lines 55-60
Link Here
|
| 55 |
Q8BIT_PLIST_SUB_OFF= Q=16 |
58 |
Q8BIT_PLIST_SUB_OFF= Q=16 |
| 56 |
TEST_BUILD_DEPENDS= webfonts>=0:x11-fonts/webfonts |
59 |
TEST_BUILD_DEPENDS= webfonts>=0:x11-fonts/webfonts |
| 57 |
TEST_RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts |
60 |
TEST_RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts |
|
|
61 |
TIFF_CONFIGURE_WITH= tiff |
| 62 |
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff |
| 63 |
TTF_CONFIGURE_WITH= ttf |
| 64 |
TTF_LIB_DEPENDS= libfreetype.so:print/freetype2 |
| 58 |
WEBP_CONFIGURE_WITH= webp |
65 |
WEBP_CONFIGURE_WITH= webp |
| 59 |
WEBP_LIB_DEPENDS= libwebp.so:graphics/webp |
66 |
WEBP_LIB_DEPENDS= libwebp.so:graphics/webp |
| 60 |
WMF_CONFIGURE_WITH= wmf |
67 |
WMF_CONFIGURE_WITH= wmf |