summaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
blob: 2e8f92de0450f0a01415d1d7f603e18e3b59a2c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.13 1998/07/05 02:45:13 tron Exp $

DISTNAME=	tiff-v3.4beta037
PKGNAME=	tiff-3.4
CATEGORIES=	graphics
MASTER_SITES=   ftp://ftp.sgi.com/graphics/tiff/ \
		ftp://ftp.gwdg.de/pub/grafik/sgi/tiff/ \
		ftp://ftp.fu-berlin.de/unix/graphics/tiff/
EXTRACT_SUFX=	-tar.gz

MAINTAINER=	tron@netbsd.org

DEPENDS+=	jpeg-6b:../../graphics/jpeg

HAS_CONFIGURE=		yes
CONFIGURE_ARGS+=	--noninteractive --site ${FILESDIR}
CONFIGURE_ENV+=		PREFIX=${PREFIX}
MAKE_ENV+=		INSTALL_MAN="${INSTALL_MAN}" LN="${LN}"

post-install:
	${LDCONFIG} || ${TRUE}

.include "../../mk/bsd.pkg.mk"