2010-11-17 03:05:12 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.57 2010/11/17 08:05:16 espie Exp $
|
2001-04-13 19:53:27 -04:00
|
|
|
|
2007-09-15 16:09:40 -04:00
|
|
|
COMMENT= tools and library routines for working with TIFF images
|
1999-10-26 18:05:20 -04:00
|
|
|
|
2010-06-30 13:10:07 -04:00
|
|
|
DISTNAME= tiff-3.9.4
|
|
|
|
SHARED_LIBS= tiff 38.3 # 39.4
|
|
|
|
SHARED_LIBS+= tiffxx 39.3 # 39.4
|
1999-10-26 18:05:20 -04:00
|
|
|
CATEGORIES= graphics
|
2002-10-26 20:03:16 -04:00
|
|
|
|
2010-07-21 02:46:33 -04:00
|
|
|
MASTER_SITES= http://download.osgeo.org/libtiff/
|
1999-10-26 18:05:20 -04:00
|
|
|
|
2005-06-18 17:24:40 -04:00
|
|
|
HOMEPAGE= http://www.remotesensing.org/libtiff/
|
2000-06-27 21:48:22 -04:00
|
|
|
|
2010-11-17 03:05:12 -05:00
|
|
|
LIB_DEPENDS= graphics/jpeg
|
|
|
|
WANTLIB= c m stdc++ z jpeg>=64
|
2000-06-14 14:24:55 -04:00
|
|
|
|
2004-02-24 19:08:10 -05:00
|
|
|
# BSD
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 01:29:49 -05:00
|
|
|
|
2005-06-18 17:24:40 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2010-10-18 14:13:12 -04:00
|
|
|
USE_GROFF = Yes
|
2005-06-18 17:24:40 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2010-06-30 13:10:07 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-jbig \
|
|
|
|
--with-docdir="${PREFIX}/share/doc/tiff" \
|
|
|
|
--with-jpeg-include-dir="${LOCALBASE}/include" \
|
|
|
|
--with-jpeg-lib-dir="${LOCALBASE}/lib" \
|
2005-06-18 17:24:40 -04:00
|
|
|
--without-x
|
|
|
|
SEPARATE_BUILD= simple
|
2006-03-18 12:40:02 -05:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
|
1999-10-26 18:05:20 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|