blob: 1b2e6be1a5de0ae0414e40a7b9c4e9e7983504f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.16 1998/04/15 10:38:25 agc Exp $
#
DISTNAME= ImageMagick-4.0.3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= tron@netbsd.org
LIB_DEPENDS= jpeg.7.:${PORTSDIR}/graphics/jpeg \
mpeg.1.2:${PORTSDIR}/graphics/mpeg-lib \
png.0.:${PORTSDIR}/graphics/png \
tiff.3.4:${PORTSDIR}/graphics/tiff
USE_IMAKE= yes
XMKMF= ${MAKE_ENV} xmkmf -a
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 xtp.0
CAT4= miff.0
CAT5= quantize.0
post-install:
${LDCONFIG} || ${TRUE}
.include "../../mk/bsd.pkg.mk"
|