# New ports collection makefile for:	tiff
# Version required:	3.3 beta 021
# Date created:		14 November 1994
# Whom:			torstenb
#
# $Id: Makefile,v 1.4 1995/04/09 07:09:42 asami Exp $
#

DISTNAME=	v3.3beta021.src
PKGNAME=	tiff-3.3
CATEGORIES+=	graphics
MASTER_SITES=	ftp://ftp.sgi.com/graphics/tiff/

NO_WRKSUBDIR=	yes

pre-configure:
	@(cd ${WRKSRC}/libtiff ; ln -s Makefile.gcc Makefile)
	@(cd ${WRKSRC}/tools ; ln -s Makefile.sun Makefile)

pre-install:
	@mkdir -p ${PREFIX}/bin ${PREFIX}/lib ${PREFIX}/include
	@mkdir -p ${PREFIX}/man/man1 ${PREFIX}/man/man3

.include <bsd.port.mk>
