2006-08-03 08:53:18 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.46 2006/08/03 12:53:18 espie Exp $
|
2001-04-13 19:53:27 -04:00
|
|
|
|
2002-01-19 04:34:42 -05:00
|
|
|
COMMENT= "tools and library routines for working with TIFF images"
|
1999-10-26 18:05:20 -04:00
|
|
|
|
2006-03-31 15:38:29 -05:00
|
|
|
DISTNAME= tiff-3.8.2
|
2006-06-12 13:31:34 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2006-03-31 15:38:29 -05:00
|
|
|
SHARED_LIBS= tiff 38.2 \
|
|
|
|
tiffxx 39.2
|
1999-10-26 18:05:20 -04:00
|
|
|
CATEGORIES= graphics
|
2002-10-26 20:03:16 -04:00
|
|
|
|
2005-06-18 17:24:40 -04:00
|
|
|
MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
|
2005-07-17 16:54:36 -04:00
|
|
|
ftp://ftp.remotesensing.org/pub/libtiff/old/
|
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
|
|
|
|
2006-08-03 08:53:18 -04:00
|
|
|
LIB_DEPENDS= jpeg.>=62::graphics/jpeg
|
2004-12-22 01:31:05 -05:00
|
|
|
WANTLIB= c m z
|
2005-06-18 17:24:40 -04:00
|
|
|
FAKE= lib
|
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
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= --with-docdir="${PREFIX}/share/doc/tiff" \
|
|
|
|
--with-jpeg-include-dir="${DEPBASE}/include" \
|
|
|
|
--with-jpeg-lib-dir="${DEPBASE}/lib" \
|
|
|
|
--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>
|