aboutsummaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/Makefile
blob: 024ae337c4268e59d658049a3a1a9050dcf9fd69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
# New ports collection makefile for:	ImageMagick
# Date created:		15 November 1994
# Whom:			torstenb
#
# $FreeBSD$
#

PORTNAME=	ImageMagick
PORTVERSION=	5.5.6
PORTREVISION=   1
CATEGORIES=	graphics perl5
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
		http://imagemagick.sourceforge.net/http/ \
		ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \
		ftp://ftp.sunet.se/pub/multimedia/graphics/%SUBDIR%/ \
		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/ImageMagick,} \
		ftp://ftp.crc.ca/pub/packages/graphics/imagemagick/ \
		ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \
		ftp://ftp.planetmirror.com/pub/%SUBDIR%/ \
		ftp://ftp.fu-berlin.de/unix/X11/graphics/%SUBDIR%/ \
		ftp://ftp.u-aizu.ac.jp/pub/graphics/image/%SUBDIR%/ \
		ftp://ftp.eos.hokudai.ac.jp/pub/graphics/%SUBDIR%/ \
		ftp://ftp.kddlabs.co.jp/graphics/%SUBDIR%/ \
		ftp://ftp.icm.edu.pl/pub/graphics/%SUBDIR%/ \
		ftp://giswitch.sggw.waw.pl/pub/graphics/%SUBDIR%/ \
		ftp://ftp.fifi.org/pub/%SUBDIR%/ \
		ftp://ftp.simplesystems.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR=	${PORTNAME:L} ${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Image processing tools (interactive optional--misc/display conflict)

USE_PERL5=	yes
USE_BZIP2=	yes
USE_GMAKE=	yes
USE_LIBTOOL=	yes
LIBTOOLFLAGS=	# none
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS=	--enable-shared
INSTALLS_SHLIB=	yes

MAN1=		ImageMagick.1 Magick++-config.1 Magick-config.1 \
		composite.1 convert.1 identify.1 mogrify.1 montage.1
MAN4=		miff.4
MAN5=		quantize.5

CPPFLAGS=	-I${LOCALBASE}/include
LDFLAGS=	-L${LOCALBASE}/lib

.if defined(WITH_PERL)
CONFIGURE_ARGS+=	--with-perl=${PERL5}
MAN3=				Image::Magick.3
MAN3PREFIX=			${PREFIX}/lib/perl5/${PERL_VERSION}
.else
CONFIGURE_ARGS+=	--without-perl
.endif

# PerlMagick not works with threads, if perl is not threaded, and vice versa
.if defined(WITH_IMAGEMAGICK_THREADS) || \
    defined(PERL_THREADED) && ${PERL_THREADED} == "true"
CONFIGURE_ARGS+=	--with-threads
CPPFLAGS+=		${PTHREAD_CFLAGS}
LDFLAGS+=		${PTHREAD_LIBS}
.else
CONFIGURE_ARGS+=	--without-threads
.endif

# Faster, but poor quality
.if defined(WITHOUT_IMAGEMAGICK_16BIT_PIXEL)
CONFIGURE_ARGS+=	--with-quantum-depth=8
.endif

# Produce standard (small) GIFs
.if defined(HAVE_UNISYS_LICENSE) || \
    (defined(USA_RESIDENT) && ${USA_RESIDENT} == "YES")
CONFIGURE_ARGS+=	--enable-lzw
.endif

# Loadable coders, smaller executable, but PerlMagick not really works
# ('make test' there works)
.if defined(WITH_IMAGEMAGICK_MODULES)
CONFIGURE_ARGS+=	--with-modules
PLIST_SUB+=		MODULES=''
.else
PLIST_SUB+=		MODULES='@comment '
.endif

.if defined(WITH_JPEG)
LIB_DEPENDS+=		jpeg.9:${PORTSDIR}/graphics/jpeg
.else
CONFIGURE_ARGS+=	--without-jpeg
.endif

.if defined(WITH_PNG)
LIB_DEPENDS+=		png.5:${PORTSDIR}/graphics/png
.else
CONFIGURE_ARGS+=	--without-png
.endif

.if defined(WITH_TIFF)
LIB_DEPENDS+=		tiff.4:${PORTSDIR}/graphics/tiff
.else
CONFIGURE_ARGS+=	--without-tiff
.endif

# Produce BZip compressed MIFF images
.if !defined(WITH_BZLIB)
CONFIGURE_ARGS+=	--without-bzlib
.endif

# HDF (Hierarchical Data Format) images
.if defined(WITH_HDF)
LIB_DEPENDS=		df.1:${PORTSDIR}/graphics/hdf
CONFIGURE_ARGS+=	--with-hdf
.endif

# FPX (FlashPIX) images
.if defined(WITH_FPX)
LIB_DEPENDS+=		fpx.1:${PORTSDIR}/graphics/libfpx
.else
CONFIGURE_ARGS+=	--without-fpx
.endif

# JBIG images (lossless compression for bi-level images)
.if defined(WITH_JBIG)
LIB_DEPENDS+=		jbig.1:${PORTSDIR}/graphics/jbigkit
.else
CONFIGURE_ARGS+=	--without-jbig
.endif

# JPEG2000 images (wavelet-based lossy compression)
.if defined(WITH_JPEG2000)
LIB_DEPENDS+=	jasper.4:${PORTSDIR}/graphics/jasper
.else
CONFIGURE_ARGS+=	--without-jp2
.endif

# LCMS (Little CMS) color management
.if defined(WITH_LCMS)
LIB_DEPENDS+=		lcms.1:${PORTSDIR}/graphics/lcms
.else
CONFIGURE_ARGS+=	--without-lcms
.endif

# TTF (TrueType Font) support
.if defined(WITH_TTF)
BUILD_DEPENDS+=		freetype-config:${PORTSDIR}/print/freetype2	# XXX
LIB_DEPENDS+=		freetype.9:${PORTSDIR}/print/freetype2
.else
CONFIGURE_ARGS+=	--without-ttf
.endif

# WMF (Windows Meta File) images
.if defined(WITH_WMF)
LIB_DEPENDS+=		wmf.2:${PORTSDIR}/graphics/libwmf
.else
CONFIGURE_ARGS+=	--without-wmf
.endif

# SVG (Scalable Vector Graphics) images and MSL (Magick Scripting Language)
# both require XML
.if defined(WITH_SVG) || defined(WITH_MSL)
LIB_DEPENDS+=		xml2.5:${PORTSDIR}/textproc/libxml2
MAN1+=			conjure.1
.else
CONFIGURE_ARGS+=	--without-xml
.endif

# DPS (Display PostScript) support
.if defined(WITH_DPS)
CONFIGURE_ARGS+=	--with-dps
.else
CONFIGURE_ARGS+=	--without-dps
.endif

# PDF (Adobe Portable Document Format) support
.if defined(WITH_PDF)
CONFIGURE_ARGS+=	--with-gslib
.if defined(WITHOUT_X11)
BUILD_DEPENDS+=		gs:${PORTSDIR}/print/ghostscript-gnu-nox11
RUN_DEPENDS+=		gs:${PORTSDIR}/print/ghostscript-gnu-nox11
.else
BUILD_DEPENDS+=		gs:${PORTSDIR}/print/ghostscript-gnu
RUN_DEPENDS+=		gs:${PORTSDIR}/print/ghostscript-gnu
.endif
.else
CONFIGURE_ARGS+=	--without-gslib
.endif

.if defined(WITHOUT_X11)
PKGNAMESUFFIX+=		-nox11
CONFIGURE_ARGS+=	--without-x --without-mpeg2
PLIST_SUB+=		X11='@comment '
.else
CONFIGURE_ARGS+=	--with-x
USE_XLIB=		yes
MAN1+=			animate.1 display.1 import.1
PLIST_SUB+=		X11=''
.if defined(WITH_MPEG2)
CONFIGURE_ARGS+=	--with-mpeg2
LIB_DEPENDS+=		mpeg2.0:${PORTSDIR}/multimedia/libmpeg2
.else
CONFIGURE_ARGS+=	--without-mpeg2
.endif
.endif

.if defined(NOPORTDOCS)
INSTALL_TARGET=	install
.else
INSTALL_TARGET=	install install-data-html
.endif

post-patch:
# Do not use PTHREAD_LIBS here
	@${PERL} -pi -e 's|-lpthread|-lc_r|g ; \
		 s|^tagnames=|#tagnames=|g ; \
		 s|lcms/lcms.h|lcms.h|g ; \
		 s|lcms_lcms_h|lcms_h|g' ${WRKSRC}/configure
# version neither libraries nor directories
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
		's|pkgdocdir =.*$$|pkgdocdir = ${DOCSDIR}/|g ; \
		 s|-\$$\(VERSION\)||; \
		 s| install-data-html||g'
# do not version lib directories
	@${PERL} -pi -e 's|^(MagickLibSubdir).*$$|\1="ImageMagick"|' \
		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
	@${PERL} -pi -e 's|lcms/lcms.h|lcms.h|g' ${WRKSRC}/magick/transform.c
	@${PERL} -pi -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/ltdl/ltdl.c
	@${PERL} -pi -e 's|timestamp: %ld|timestamp: %d|g' \
		${WRKSRC}/magick/xwindow.c

post-install:
.if !defined(WITH_SVG) && !defined(WITH_MSL)
	${GREP} -v "^bin/conjure" ${TMPPLIST} > ${TMPPLIST}.tmp
	${MV} -f ${TMPPLIST}.tmp ${TMPPLIST}
.endif
.if !defined(WITH_PERL)
	${GREP} -v "lib/perl5/site_perl" ${TMPPLIST} > ${TMPPLIST}.tmp
	${MV} -f ${TMPPLIST}.tmp ${TMPPLIST}
.endif
.include <bsd.port.mk>