2016-09-12 20:06:44 +02:00
|
|
|
# $NetBSD: options.mk,v 1.4 2016/09/12 18:06:44 wiz Exp $
|
2014-03-14 15:54:02 +01:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.freetype2
|
2016-09-12 20:06:44 +02:00
|
|
|
PKG_SUPPORTED_OPTIONS= png
|
2014-03-14 15:54:02 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mpng)
|
2016-07-09 14:23:16 +02:00
|
|
|
CONFIGURE_ARGS+= --with-png=yes
|
2014-03-14 15:54:02 +01:00
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
|
|
.else
|
2016-07-09 14:23:16 +02:00
|
|
|
CONFIGURE_ARGS+= --with-png=no
|
2014-03-14 15:54:02 +01:00
|
|
|
.endif
|