diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-19 14:45:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-19 14:45:17 +0000 |
commit | 49cd67777dc1c44c94772b4c3afd27e6f2efbf59 (patch) | |
tree | 8f23fbba45913be2219066a9bf74191052f7bca7 /graphics/Makefile | |
parent | 3b35891545df9cfd42d0205057487ce94cde0a12 (diff) |
CAIR is an image resizing library that is based on the works of Shai Avidan and
Ariel Shamir. It is a high-performance multi-threaded library written in C++.
It is intended to be multi-platform and multi-architecture.
WWW: http://sourceforge.net/projects/c-a-i-r/
PR: ports/128183
Submitted by: buganini at gmail.com
Notes
Notes:
svn path=/head/; revision=221786
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 72cc621e67a3..bfa65e671256 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -45,6 +45,7 @@ SUBDIR += bmp-rootvis SUBDIR += bmp2html SUBDIR += bugle + SUBDIR += c-a-i-r SUBDIR += cadubi SUBDIR += cairo SUBDIR += cairo-java |