pkgsrc/graphics/tiff/Makefile

23 lines
636 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.19 1998/11/23 21:30:40 frueauf 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
1998-01-29 17:48:09 +01:00
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://home.earthlink.net/~ritter/tiff/
1998-07-04 07:11:12 +02:00
DEPENDS+= jpeg-6b:../../graphics/jpeg
HAS_CONFIGURE= yes
1998-08-20 17:50:00 +02:00
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --noninteractive --site ${FILESDIR}
CONFIGURE_ENV+= PREFIX=${PREFIX} GCOPTS="-O -Dunix"
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" LN="${LN}"
.include "../../mk/bsd.pkg.mk"