pkgsrc/graphics/tiff/Makefile

23 lines
585 B
Makefile

# $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"