36 lines
857 B
Makefile
Raw Normal View History

2011-05-09 08:14:43 +00:00
# $OpenBSD: Makefile,v 1.60 2011/05/09 08:14:43 giovanni Exp $
COMMENT= tools and library routines for working with TIFF images
1999-10-26 22:05:20 +00:00
2011-05-09 08:14:43 +00:00
DISTNAME= tiff-3.9.5
SHARED_LIBS= tiff 38.3 # 39.5
SHARED_LIBS+= tiffxx 39.3 # 39.5
1999-10-26 22:05:20 +00:00
CATEGORIES= graphics
2002-10-27 00:03:16 +00:00
MASTER_SITES= http://download.osgeo.org/libtiff/
1999-10-26 22:05:20 +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
WANTLIB= c m stdc++ z jpeg>=64
2004-02-25 00:08:10 +00:00
# BSD
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 06:29:49 +00:00
USE_LIBTOOL= Yes
2010-10-18 18:13:12 +00:00
USE_GROFF = 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
2006-03-18 17:40:02 +00:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
1999-10-26 22:05:20 +00:00
.include <bsd.port.mk>