diff options
author | bsam <bsam@FreeBSD.org> | 2017-08-03 03:24:54 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2017-08-03 03:24:54 +0800 |
commit | c02c377377c5857a31ef5535fe72a051399e81c0 (patch) | |
tree | 493e34bc2129e757104ce522f411fac39f4fbbc1 /graphics/Makefile | |
parent | 22101ce6b2b6589c674f54518ff8a06111f97208 (diff) | |
download | freebsd-ports-gnome-c02c377377c5857a31ef5535fe72a051399e81c0.tar.gz freebsd-ports-gnome-c02c377377c5857a31ef5535fe72a051399e81c0.tar.zst freebsd-ports-gnome-c02c377377c5857a31ef5535fe72a051399e81c0.zip |
The OpenICC configuration data base allows to store, share and
manipulate colour management informations.
Part of that is a file format based on JSON and a implementation
of an according library for easy access.
Features:
* access to OpenICC device JSON DB
WWW: https://github.com/OpenICC/config
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 3bef94c2feda..2fd22d4ed41b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -633,6 +633,7 @@ SUBDIR += opencv-java SUBDIR += opendx SUBDIR += opengl-man + SUBDIR += openicc-config SUBDIR += openimageio SUBDIR += openjpeg SUBDIR += openjpeg15 |