39 lines
897 B
Makefile
Raw Normal View History

COMMENT= tools and library routines for working with TIFF images
1999-10-26 22:05:20 +00:00
DISTNAME= tiff-4.4.0
REVISION= 2
SHARED_LIBS= tiff 41.1 # 13.0
SHARED_LIBS+= tiffxx 41.0 # 13.0
1999-10-26 22:05:20 +00:00
CATEGORIES= graphics
2002-10-27 00:03:16 +00:00
MASTER_SITES= https://download.osgeo.org/libtiff/
EXTRACT_SUFX= .tar.xz
1999-10-26 22:05:20 +00:00
HOMEPAGE= http://www.simplesystems.org/libtiff/
2000-06-28 01:48:22 +00:00
LIB_DEPENDS= graphics/jpeg \
archivers/xz \
archivers/zstd
WANTLIB= c ${COMPILER_LIBCXX} jpeg lzma m z zstd
COMPILER = base-clang ports-gcc base-gcc
2004-02-25 00:08:10 +00:00
# BSD
PERMIT_PACKAGE= Yes
2000-02-12 06:29:49 +00:00
CONFIGURE_STYLE=gnu
2016-03-11 20:28:21 +00:00
CONFIGURE_ARGS= --disable-jbig \
--disable-libdeflate \
--disable-webp \
--with-docdir="${PREFIX}/share/doc/tiff" \
--with-jpeg-include-dir="${LOCALBASE}/include" \
--with-jpeg-lib-dir="${LOCALBASE}/lib" \
--without-x
SEPARATE_BUILD= Yes
2006-03-18 17:40:02 +00:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
1999-10-26 22:05:20 +00:00
post-install:
cd ${PREFIX}/share/doc/tiff && mv html/* . && rmdir html
1999-10-26 22:05:20 +00:00
.include <bsd.port.mk>