1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/graphics/ImageMagick/Makefile
Thomas Gellekum 6370885878 Now that we have libjbig in the ports, we might as well use it.
Implicitly requested by: Mikhail Teterin (PR 2096)

(Note that I didn't look for a new version of ImageMagick; I'd
like to stick with the 3.7.9 we currently have.)
1996-12-23 07:19:05 +00:00

39 lines
1.0 KiB
Makefile

# New ports collection makefile for: ImageMagick
# Version required: 3.7.9
# Date created: 15 November 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.14 1996/12/17 07:32:08 tg Exp $
#
DISTNAME= ImageMagick-3.7.9
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \
ftp://ftp.cci.fr/pub/unix/gfx/ImageMagick/ \
ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ \
ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/
MAINTAINER= ports@freebsd.org
LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib \
tiff\\.3\\.:${PORTSDIR}/graphics/tiff \
png\\.0\\.:${PORTSDIR}/graphics/png \
jbig\\.0\\.:${PORTSDIR}/graphics/jbigkit
PREFIX= ${LOCALBASE}
WRKSRC= ${WRKDIR}/ImageMagick
USE_IMAKE= YES
post-patch:
@mv ${WRKSRC}/Magick.tmpl ${WRKSRC}/Magick.tmpl.tmp
@sed -e "s|!!LOCALBASE!!|${LOCALBASE}|g" <${WRKSRC}/Magick.tmpl.tmp >${WRKSRC}/Magick.tmpl
pre-build:
@(cd ${WRKSRC}/magick; make)
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>