openbsd-ports/graphics/ilmbase/pkg/PFRAG.shared
jasper e316cc4d1c import ilmbase 1.0.1
ILM Base libraries providing:

- Half is a class that encapsulates our 16-bit floating-point format.
- IlmThread is a thread abstraction library for use with OpenEXR and
  other software packages. It currently supports pthreads and Windows
  threads.
- Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions
  and other useful 2D and 3D math functions.
- Iex is an exception-handling library.
2008-04-11 11:06:26 +00:00

6 lines
241 B
Plaintext

@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2008/04/11 11:06:26 jasper Exp $
@lib lib/libHalf.so.${LIBHalf_VERSION}
@lib lib/libIex.so.${LIBIex_VERSION}
@lib lib/libIlmThread.so.${LIBIlmThread_VERSION}
@lib lib/libImath.so.${LIBImath_VERSION}