diff options
author | jmz <jmz@FreeBSD.org> | 1995-02-28 05:43:12 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-02-28 05:43:12 +0800 |
commit | a3929bd7a5fcd1010f7459eca5e9ef4b1fab454e (patch) | |
tree | 518ea5cfebb688e0d4fa296956529c4d1226de3d | |
parent | ee5107c4da1e01fa8343157ebbc1429eeb662223 (diff) | |
download | freebsd-ports-gnome-a3929bd7a5fcd1010f7459eca5e9ef4b1fab454e.tar.gz freebsd-ports-gnome-a3929bd7a5fcd1010f7459eca5e9ef4b1fab454e.tar.zst freebsd-ports-gnome-a3929bd7a5fcd1010f7459eca5e9ef4b1fab454e.zip |
port moved from the print directory
-rw-r--r-- | graphics/ImageMagick/Makefile | 19 | ||||
-rw-r--r-- | graphics/ImageMagick/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/ImageMagick/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/ImageMagick/pkg-plist | 37 |
4 files changed, 62 insertions, 0 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile new file mode 100644 index 000000000000..9b6f1473454e --- /dev/null +++ b/graphics/ImageMagick/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: ImageMagick +# Version required: 3.4 +# Date created: 15 November 1994 +# Whom: torstenb +# +# $Id: Makefile,v 1.6 1995/02/11 15:37:49 torstenb Exp $ +# + +DISTNAME= ImageMagick-3.5 +MASTER_SITES= ftp://ftp.x.org/contrib/applications/ImageMagick/ +WRKSRC= ${WRKDIR}/ImageMagick +USE_IMAKE= YES + +LIB_DEPENDS+= jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib +LIB_DEPENDS+= tiff\\.3\\.:${PORTSDIR}/graphics/tiff +LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +.include <bsd.port.mk> diff --git a/graphics/ImageMagick/pkg-comment b/graphics/ImageMagick/pkg-comment new file mode 100644 index 000000000000..ecaed19d7052 --- /dev/null +++ b/graphics/ImageMagick/pkg-comment @@ -0,0 +1 @@ +ImageMagick is an X11 package for display and interactive manipulation of images. diff --git a/graphics/ImageMagick/pkg-descr b/graphics/ImageMagick/pkg-descr new file mode 100644 index 000000000000..bf18b9293e24 --- /dev/null +++ b/graphics/ImageMagick/pkg-descr @@ -0,0 +1,5 @@ +ImageMagick is an X11 package for display and interactive manipulation +of images. The package includes tools for image conversion, +annotation, compositing, animation, and creating montages. ImageMagick +can read and write many of the more popular image formats (e.g. JPEG, +TIFF, PNM, XPM, Photo CD, etc.). diff --git a/graphics/ImageMagick/pkg-plist b/graphics/ImageMagick/pkg-plist new file mode 100644 index 000000000000..bf582394c606 --- /dev/null +++ b/graphics/ImageMagick/pkg-plist @@ -0,0 +1,37 @@ +/usr/X11R6/lib/libMagick.so.3.5 +/usr/X11R6/lib/libMagick.a +/usr/X11R6/include/X11/magick/magick.h +/usr/X11R6/include/X11/magick/image.h +/usr/X11R6/include/X11/magick/compress.h +/usr/X11R6/include/X11/magick/utility.h +/usr/X11R6/include/X11/magick/X.h +/usr/X11R6/include/X11/magick/widget.h +/usr/X11R6/include/X11/magick/PreRvIcccm.h +/usr/X11R6/man/man1/display.1.gz +/usr/X11R6/man/man1/montage.1.gz +/usr/X11R6/man/man1/import.1.gz +/usr/X11R6/man/man1/animate.1.gz +/usr/X11R6/man/man1/convert.1.gz +/usr/X11R6/man/man1/identify.1.gz +/usr/X11R6/man/man1/mogrify.1.gz +/usr/X11R6/man/man1/combine.1.gz +/usr/X11R6/man/man1/segment.1.gz +/usr/X11R6/man/man1/ImageMagick.1.gz +/usr/X11R6/man/man5/quantize.5.gz +/usr/X11R6/man/man5/miff.5.gz +/usr/local/bin/display +/usr/local/bin/montage +/usr/local/bin/import +/usr/local/bin/animate +/usr/local/bin/convert +/usr/local/bin/identify +/usr/local/bin/mogrify +/usr/local/bin/combine +/usr/local/bin/segment +/usr/local/include/magick.h +/usr/local/include/image.h +/usr/local/include/compress.h +/usr/local/include/utility.h +/usr/local/include/X.h +/usr/local/include/widget.h +/usr/local/include/PreRvIcccm.h |