6578630dc9
CVE-2008-2327. Bump package revision.
33 lines
891 B
Makefile
33 lines
891 B
Makefile
# $NetBSD: Makefile,v 1.86 2008/08/30 08:12:45 tron Exp $
|
|
|
|
DISTNAME= tiff-3.8.2
|
|
PKGREVISION= 4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
|
|
http://libtiff.maptools.org/dl/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.remotesensing.org/libtiff/
|
|
COMMENT= Library and tools for reading and writing TIFF data files
|
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-rpath
|
|
CONFIGURE_ARGS+= --enable-cxx
|
|
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/tiff
|
|
CONFIGURE_ARGS+= --without-x # just in case detects gl to build tiffgt
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|