summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoragc <agc>1997-12-14 01:39:37 +0000
committeragc <agc>1997-12-14 01:39:37 +0000
commit0cfed3569443595ccbefdb724aaf280e67c4ffcd (patch)
treedf89ca6570c4d8f4cf217729866dec997143bb27 /graphics
parent82777a10d095802fb01f6734edc3cb0ae3aa0575 (diff)
downloadpkgsrc-0cfed3569443595ccbefdb724aaf280e67c4ffcd.tar.gz
Addition of ImageMagick image manipulation package. This was done by
Matthias Scheler <tron@lyssa.owl.de>, munged by myself in the man page department. This fixes PR pkg/4664.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile30
-rw-r--r--graphics/ImageMagick/pkg/PLIST38
2 files changed, 68 insertions, 0 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
new file mode 100644
index 00000000000..1e3a3430c47
--- /dev/null
+++ b/graphics/ImageMagick/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 1997/12/14 01:39:37 agc Exp $
+# New ports collection Makefile for: ImageMagick
+# Version required: 3.9.3
+# Date created: 11th December 1997
+# Whom: tron
+#
+
+DISTNAME= ImageMagick-3.9.3
+CATEGORIES= graphics
+MASTER_SITES= ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \
+ ftp://ftp.ms.mff.cuni.cz/MIRRORS/ftp.wizards.dupont.com/pub/ImageMagick/ \
+ ftp://ftp.oce.nl/pub/Internet/audio+video/ImageMagick/
+
+LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
+ mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib \
+ png\\.0\\.96:${PORTSDIR}/graphics/png \
+ tiff\\.3\\.4:${PORTSDIR}/graphics/tiff
+
+USE_IMAKE= yes
+USE_X11= yes
+WRKSRC= ${WRKDIR}/ImageMagick
+MAKE_ENV= LOCALBASE=${LOCALBASE} PREFIX=${PREFIX}
+
+CAT1= display.0 montage.0 import.0 animate.0 convert.0 identify.0 \
+ mogrify.0 combine.0 ImageMagick.0 quantize.0 miff.0 xtp.0
+
+post-install:
+ ${LDCONFIG} -m ${PREFIX}/lib || true
+
+.include <bsd.port.mk>
diff --git a/graphics/ImageMagick/pkg/PLIST b/graphics/ImageMagick/pkg/PLIST
new file mode 100644
index 00000000000..e046e4832db
--- /dev/null
+++ b/graphics/ImageMagick/pkg/PLIST
@@ -0,0 +1,38 @@
+@comment $NetBSD: PLIST,v 1.1 1997/12/14 01:39:38 agc Exp $
+bin/xtp
+bin/display
+bin/montage
+bin/import
+bin/animate
+bin/convert
+bin/identify
+bin/mogrify
+bin/combine
+include/magick/magick.h
+include/magick/image.h
+include/magick/gems.h
+include/magick/compress.h
+include/magick/monitor.h
+include/magick/error.h
+include/magick/utility.h
+include/magick/X.h
+include/magick/widget.h
+include/magick/PreRvIcccm.h
+include/magick/plug-ins.h
+@dirrm include/magick
+lib/libMagick.a
+lib/libMagick.so.3.9.3
+@exec /sbin/ldconfig -m %B || true
+@unexec /sbin/ldconfig -m %B || true
+man/cat1/display.0
+man/cat1/montage.0
+man/cat1/import.0
+man/cat1/animate.0
+man/cat1/convert.0
+man/cat1/identify.0
+man/cat1/mogrify.0
+man/cat1/combine.0
+man/cat1/ImageMagick.0
+man/cat1/quantize.0
+man/cat1/miff.0
+man/cat1/xtp.0