2015-11-04 20:51:36 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.74 2015/11/04 20:51:36 naddy Exp $
|
2001-04-13 23:53:27 +00:00
|
|
|
|
2007-09-15 20:09:40 +00:00
|
|
|
COMMENT= tools and library routines for working with TIFF images
|
1999-10-26 22:05:20 +00:00
|
|
|
|
2015-11-04 20:51:36 +00:00
|
|
|
DISTNAME= tiff-4.0.6
|
|
|
|
SHARED_LIBS= tiff 39.2 # 7.4
|
|
|
|
SHARED_LIBS+= tiffxx 40.1 # 7.4
|
1999-10-26 22:05:20 +00:00
|
|
|
CATEGORIES= graphics
|
2002-10-27 00:03:16 +00:00
|
|
|
|
2010-07-21 06:46:33 +00:00
|
|
|
MASTER_SITES= http://download.osgeo.org/libtiff/
|
1999-10-26 22:05:20 +00:00
|
|
|
|
2005-06-18 21:24:40 +00:00
|
|
|
HOMEPAGE= http://www.remotesensing.org/libtiff/
|
2000-06-28 01:48:22 +00:00
|
|
|
|
2010-11-17 08:05:12 +00:00
|
|
|
LIB_DEPENDS= graphics/jpeg
|
2012-04-14 15:09:55 +00:00
|
|
|
WANTLIB= c m stdc++ z jpeg
|
2000-06-14 18:24:55 +00:00
|
|
|
|
2004-02-25 00:08:10 +00:00
|
|
|
# BSD
|
2000-03-05 18:30:21 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2000-02-12 06:29:49 +00:00
|
|
|
|
2015-03-29 17:39:22 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2010-06-30 17:10:07 +00:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-jbig \
|
2012-04-14 15:09:55 +00:00
|
|
|
--disable-lzma \
|
2010-06-30 17:10:07 +00:00
|
|
|
--with-docdir="${PREFIX}/share/doc/tiff" \
|
|
|
|
--with-jpeg-include-dir="${LOCALBASE}/include" \
|
|
|
|
--with-jpeg-lib-dir="${LOCALBASE}/lib" \
|
2005-06-18 21:24:40 +00:00
|
|
|
--without-x
|
2012-03-29 13:38:12 +00:00
|
|
|
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
|
|
|
|
2015-03-29 17:39:22 +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>
|