---
name: corona
version: 1.0.2_5
origin: graphics/corona
comment: A graphics library that supports most image formats
arch: freebsd:10:x86:64
www: http://corona.sourceforge.net/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 295172
desc: |
  Corona is an image input/output library that can read, write, and
  manipulate image files in just a few lines of code. It can write
  PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and GIF.
  Corona was designed to be easy to use, and exports a straightforward
  C++ API. With just a few lines of C++, you can add image loading
  to your application.

  WWW: http://corona.sourceforge.net/
deps:
  png: {origin: graphics/png, version: 1.5.17}
  jpeg: {origin: graphics/jpeg, version: 8_4}
categories:
- graphics
shlibs_required:
- libcorona-1.0.2.so
- libjpeg.so.11
- libpng15.so.15
shlibs_provided:
- libcorona-1.0.2.so
