From 90a8f172b1fa8ac84d74f0494fc1516966984376 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 18 Oct 2009 06:36:05 +0000 Subject: [PATCH] Initial .bep file for tiff-3.9.1 --- media-libs/tiff/tiff-3.9.1.bep | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 media-libs/tiff/tiff-3.9.1.bep diff --git a/media-libs/tiff/tiff-3.9.1.bep b/media-libs/tiff/tiff-3.9.1.bep new file mode 100644 index 000000000..db7fe0f16 --- /dev/null +++ b/media-libs/tiff/tiff-3.9.1.bep @@ -0,0 +1,21 @@ +DESCRIPTION="Tiff library" +HOMEPAGE="http://www.libtiff.org" +SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.1.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd tiff-3.9.1 + libtoolize --force --copy --install + aclocal -I m4 + autoconf + autoheader + automake + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd tiff-3.9.1 + make install +}