freebsd-ports/graphics/ImageMagick/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

23 lines
621 B
Makefile

# New ports collection makefile for: ImageMagick
# Version required: 3.4
# Date created: 15 November 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.2 1995/03/28 06:29:01 gpalmer Exp $
#
DISTNAME= ImageMagick-3.6
MASTER_SITES= ftp://ftp.x.org/contrib/applications/ImageMagick/
CATEGORIES+= graphics
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
pre-build:
@(cd ${WRKSRC}/magick;make)
.include <bsd.port.mk>