ports/105183: [graphics/ImageMagick] [patch] OPTIONify
Alex Kozlov
spam at rm-rf.kiev.ua
Sun Nov 5 19:20:46 UTC 2006
>Number: 105183
>Category: ports
>Synopsis: [graphics/ImageMagick] [patch] OPTIONify
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Nov 05 19:20:39 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Alex Kozlov
>Release: FreeBSD 6.1
>Organization:
private
>Environment:
>Description:
OPTIONify ImageMagick port
>How-To-Repeat:
>Fix:
--- Makefile.orig Fri Oct 6 01:06:01 2006
+++ Makefile. Sun Nov 5 20:51:43 2006
@@ -46,6 +46,29 @@
PLIST_SUB+= PORTVERSION=${PORTVERSION:R}
+OPTIONS= X11 "X11 support" On \
+ IMAGEMAGICK_PERL "Perl support" On \
+ IMAGEMAGICK_MODULES "Modules support" Off \
+ IMAGEMAGICK_BZLIB "Bzlib support" On \
+ IMAGEMAGICK_16BIT_PIXEL "16bit pixel support" On \
+ IMAGEMAGICK_LCMS "LCMS color management support" On \
+ IMAGEMAGICK_TTF "Freetype (TrueType Font) support" On \
+ IMAGEMAGICK_FONTCONFIG "Fontconfig support" On \
+ IMAGEMAGICK_JPEG "JPG format support" On \
+ IMAGEMAGICK_PNG "PNG format support" On \
+ IMAGEMAGICK_TIFF "TIFF format support" On \
+ IMAGEMAGICK_FPX "FPX format support" On \
+ IMAGEMAGICK_JBIG "JBIG format support" On \
+ IMAGEMAGICK_JPEG2000 "JPEG2000 format support" On \
+ IMAGEMAGICK_DOT "GraphViz dot graphs support" Off \
+ IMAGEMAGICK_WMF "WMF format support" Off \
+ IMAGEMAGICK_SVG "SVG format support" Off \
+ IMAGEMAGICK_DPS "DPS (Display PostScript) support" Off \
+ IMAGEMAGICK_PDF "PDF format support" On \
+ IMAGEMAGICK_MPEG2 "MPEG2 format support" On
+
+.include <bsd.port.pre.mk>
+
.if !defined(WITHOUT_IMAGEMAGICK_PERL)
CONFIGURE_ARGS+= --with-perl=${PERL5}
PLIST_SUB+= WITH_PERL=''
@@ -294,4 +317,4 @@
@${TOUCH} ${PREFIX}/lib/ImageMagick/modules-Q16/filters/.keep
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list