freebsd-ports/graphics/openicc-config/Makefile
Boris Samorodov c459ed0852 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
2017-08-02 19:24:54 +00:00

20 lines
349 B
Makefile

# $FreeBSD$
PORTNAME= openicc-config
PORTVERSION= 0.1.0
CATEGORIES= graphics
MAINTAINER= bsam@FreeBSD.org
COMMENT= Color configuration data base management
LICENSE= MIT
LIB_DEPENDS= libyajl.so:devel/yajl
USE_GITHUB= yes
GH_ACCOUNT= OpenICC
GH_PROJECT= config
USES= cmake gettext iconv:build pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>