summaryrefslogtreecommitdiff
path: root/graphics/dcraw/options.mk
blob: ba6b3159d2a756713a1e76a1835e26cbee612a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: options.mk,v 1.1 2014/01/27 20:25:17 wiz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.dcraw
PKG_SUPPORTED_OPTIONS=	lcms
PKG_SUGGESTED_OPTIONS=	lcms

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mlcms)
LIBS+=		-llcms2
.include "../../graphics/lcms2/buildlink3.mk"
.else
CFLAGS+=	-DNO_LCMS
.endif