# $OpenBSD: Makefile,v 1.54 2010/07/21 06:46:33 ajacoutot Exp $ COMMENT= tools and library routines for working with TIFF images DISTNAME= tiff-3.9.4 SHARED_LIBS= tiff 38.3 # 39.4 SHARED_LIBS+= tiffxx 39.3 # 39.4 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/libtiff/ HOMEPAGE= http://www.remotesensing.org/libtiff/ LIB_DEPENDS= jpeg.>=64::graphics/jpeg WANTLIB= c m stdc++ z # BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes USE_LIBTOOL= Yes CONFIGURE_STYLE=gnu CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ --disable-jbig \ --with-docdir="${PREFIX}/share/doc/tiff" \ --with-jpeg-include-dir="${LOCALBASE}/include" \ --with-jpeg-lib-dir="${LOCALBASE}/lib" \ --without-x SEPARATE_BUILD= simple MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config .include