a435c6e403
Apparently, ImageMagick, realized, that their earlier rip-off "release" (1.2.0.11) of GraphicsMagick's tar-ball (1.2.0.10) had "GraphicsMagick" in several $Header$ fields. So they cut another "release", which brings a slightly updated libtool/autoconf soup, and GraphicsMagick duly replaced by ImageMagick in all of those pesky $Header$ lines. There are no functional differences WHATSOEVER in the source files, but the earlier 1.2.0.11 is no longer available. Notified by: all recent builders of ImageMagick
40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
# New ports collection makefile for: fpx
|
|
# Date created: Jan 10 2001
|
|
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libfpx
|
|
PORTVERSION= 1.2.0.12
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= 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://zoffy.asahi-net.or.jp/pub/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=ImageMagick/delegates
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= Library routines for working with Flashpix images
|
|
|
|
MAKE_ARGS+= -j2
|
|
USE_BZIP2= yes
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/ri_image/wchar.c
|
|
|
|
INSTALLS_SHLIB= yes
|
|
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
|
|
|
.include <bsd.port.mk>
|