Lines 1-21
Link Here
|
1 |
# New ports collection makefile for: ImageMagick |
|
|
2 |
# Date created: 15 November 1994 |
3 |
# Whom: torstenb |
4 |
# |
5 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
6 |
# |
|
|
7 |
|
2 |
|
8 |
PORTNAME= ImageMagick |
3 |
PORTNAME= ImageMagick |
9 |
DISTVERSION= 6.7.8-6 |
4 |
DISTVERSION= 6.7.9-4 |
10 |
CATEGORIES= graphics perl5 |
5 |
CATEGORIES= graphics perl5 |
11 |
MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \ |
6 |
MASTER_SITES= http://www.imagemagick.org/download/ \ |
|
|
7 |
http://servingzone.com/mirrors/ImageMagick/ \ |
8 |
http://mirror.checkdomain.de/imagemagick/ \ |
12 |
http://image_magick.veidrodis.com/image_magick/ \ |
9 |
http://image_magick.veidrodis.com/image_magick/ \ |
|
|
10 |
http://imagemagick.spd.co.il/ \ |
11 |
http://www.champground.com/imagemagick/ \ |
12 |
http://ftp.surfnet.nl/pub/ImageMagick/ \ |
13 |
http://mirror.searchdaimon.com/ImageMagick/ \ |
14 |
http://mirror.is.co.za/pub/imagemagick/ \ |
15 |
http://imagemagick.mirrorcatalogs.com/ \ |
16 |
ftp://ftp.imagemagick.org/pub/ImageMagick/ \ |
17 |
ftp://mirror.aarnet.edu.au/pub/imagemagick/ \ |
18 |
ftp://mirror.checkdomain.de/imagemagick/ \ |
19 |
ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/ \ |
20 |
ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/imagemagick.org/ \ |
21 |
ftp://ftp.nluug.nl/pub/ImageMagick/ \ |
22 |
ftp://mirror.searchdaimon.com/ImageMagick/ \ |
23 |
ftp://sunsite.icm.edu.pl/packages/ImageMagick/ \ |
24 |
ftp://ftp.tpnet.pl/pub/graphics/ImageMagick/ \ |
13 |
ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ \ |
25 |
ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ \ |
14 |
ftp://ftp.nluug.nl/pub/ImageMagick/ |
26 |
ftp://ftp.is.co.za/pub/imagemagick/ \ |
|
|
27 |
ftp://ftp.fifi.org/pub/ImageMagick/ |
15 |
|
28 |
|
16 |
MAINTAINER= ports@FreeBSD.org |
29 |
MAINTAINER= ports@FreeBSD.org |
17 |
COMMENT= Image processing tools |
30 |
COMMENT= Image processing tools |
18 |
|
31 |
|
|
|
32 |
LICENSE= AL2 |
33 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
34 |
|
19 |
USE_XZ= yes |
35 |
USE_XZ= yes |
20 |
USE_PERL5= yes |
36 |
USE_PERL5= yes |
21 |
USE_PKGCONFIG= yes |
37 |
USE_PKGCONFIG= yes |
Lines 371-378
Link Here
|
371 |
@${REINPLACE_CMD} -e '/PERL/s|install && \\$$|pure_install \&\& \\|' \ |
387 |
@${REINPLACE_CMD} -e '/PERL/s|install && \\$$|pure_install \&\& \\|' \ |
372 |
-e 's/install-docDATA install-filters/install-filters/' \ |
388 |
-e 's/install-docDATA install-filters/install-filters/' \ |
373 |
${WRKSRC}/Makefile.in |
389 |
${WRKSRC}/Makefile.in |
374 |
@${REINPLACE_CMD} -e 's,!/bin/bash,!/bin/sh,g' -e 's,==,=,g' \ |
|
|
375 |
${WRKSRC}/tests/validate-colorspace.sh |
376 |
# remove the autogenerated Magick.c so it will be regenerated from |
390 |
# remove the autogenerated Magick.c so it will be regenerated from |
377 |
# Magick.xs on _this_ system: |
391 |
# Magick.xs on _this_ system: |
378 |
@${RM} -f ${WRKSRC}/PerlMagick/Magick.c |
392 |
@${RM} -f ${WRKSRC}/PerlMagick/Magick.c |
Lines 413-419
Link Here
|
413 |
@${ECHO_CMD} NOTICE: SVG format support disabled, requires X11 |
427 |
@${ECHO_CMD} NOTICE: SVG format support disabled, requires X11 |
414 |
.endif |
428 |
.endif |
415 |
|
429 |
|
416 |
post-install: |
430 |
post-install: test |
417 |
.if ${PORT_OPTIONS:MPERL} |
431 |
.if ${PORT_OPTIONS:MPERL} |
418 |
@${RM} -f ${PREFIX}/lib/perl5/${PERL_VERSION}/mach/perllocal.pod |
432 |
@${RM} -f ${PREFIX}/lib/perl5/${PERL_VERSION}/mach/perllocal.pod |
419 |
.endif |
433 |
.endif |
Lines 428-440
Link Here
|
428 |
.endif |
442 |
.endif |
429 |
|
443 |
|
430 |
test check: |
444 |
test check: |
431 |
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} limits -m 20m ${MAKE} check |
445 |
.if (${PORT_OPTIONS:MTESTS} || defined(PACKAGE_BUILDING)) && !defined(_NO_IMAGEMAGICK_TESTS) |
432 |
|
446 |
-cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} limits -m 20m ${MAKE} check |
433 |
.if !defined(_NO_IMAGEMAGICK_TESTS) |
|
|
434 |
regression-test: test |
435 |
. if !defined(PACKAGE_BUILDING) && ${PORT_OPTIONS:MTESTS} |
436 |
post-build: regression-test |
437 |
. endif |
438 |
.endif |
447 |
.endif |
439 |
|
448 |
|
440 |
.include <bsd.port.post.mk> |
449 |
.include <bsd.port.post.mk> |