freebsd-ports/graphics/openicc-config/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
336 B
Makefile

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>