aboutsummaryrefslogtreecommitdiff
path: root/graphics/openicc-config/Makefile
blob: 5387702cacb22654e1078752cffc6dfe3161468d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>