1 |
8 |
ahitrov@rambler.ru |
############################################################################## |
2 |
|
|
# $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/ImageMagick/GNUmakefile $ |
3 |
|
|
# $Id: GNUmakefile 1077 2007-10-09 09:48:29Z lonerr $ |
4 |
|
|
############################################################################### |
5 |
|
|
|
6 |
|
|
PORTVERSION = 6.2.7-8 |
7 |
|
|
CONFIGURE_ENV = CPPFLAGS="$${CPPFLAGS} -I${PREFIX}/include" LDFLAGS="$${LDFLAGS} -L${PREFIX}/lib" |
8 |
|
|
CONFIGURE_ARGS = --prefix=${PREFIX} --without-perl --without-threads --with-jpeg |
9 |
|
|
PORT_DEPENDS = jpeg |
10 |
|
|
|
11 |
|
|
MASTER_POST_SITES = ftp://ftp.imagemagick.org/pub/ImageMagick/ \ |
12 |
|
|
ftp://gd.tuwien.ac.at/pub/graphics/ImageMagftp://ftp.carnet.hr/misc/imagemagick/ \ |
13 |
|
|
ftp://ftp.fu-berlin.de/unix/X11/graphics/ImageMagick/ \ |
14 |
|
|
ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/ \ |
15 |
|
|
ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/imagemagick.org/ \ |
16 |
|
|
ftp://zoffy.asahi-net.or.jp/pub/graphics/ImageMagick/ \ |
17 |
|
|
ftp://ftp.nluug.nl/pub/ImageMagick/ \ |
18 |
|
|
ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ \ |
19 |
|
|
ftp://ftp.fifi.org/pub/ImageMagick/ |
20 |
|
|
|
21 |
|
|
|
22 |
|
|
WRKSRC = ${WRKDIR}/${PORTNAME}-${shell perl -e 'print +(split "-", "${PORTVERSION}")[0]'} |
23 |
|
|
|
24 |
|
|
|
25 |
|
|
include ../../etc/ports.mk |