From 689f9b8b18f33d5c77896f1315cf1db3115572cd Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sat, 6 Oct 2007 18:36:51 +0000 Subject: Add IlmBase 1.0.0, has four ILM's basic libraries as known as Half, IlmThread, Imath and Iex. These libraries was separated from OpenEXR. So I'll make OpenEXR depend on this port. --- graphics/ilmbase/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 graphics/ilmbase/Makefile (limited to 'graphics/ilmbase/Makefile') diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile new file mode 100644 index 000000000000..7d38858a00a9 --- /dev/null +++ b/graphics/ilmbase/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: ilmbase +# Date created: 2007-10-07 +# Whom: nork@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= ilmbase +PORTVERSION= 1.0.0 +CATEGORIES= graphics devel +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= openexr + +MAINTAINER= nork@FreeBSD.org +COMMENT= ILM Base libraries a.k.a. Half, IlmThread, Imath and Iex + +USE_GNOME= pkgconfig +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 + +CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" + +.include -- cgit v1.2.3