14 lines
426 B
Makefile
14 lines
426 B
Makefile
|
# $NetBSD: options.mk,v 1.1.1.1 2009/10/11 10:26:50 thomasklausner Exp $
|
||
|
|
||
|
PKG_OPTIONS_VAR= PKG_OPTIONS.exact-image
|
||
|
PKG_SUPPORTED_OPTIONS= viewer
|
||
|
# XXX: swig, lua, perl, php, python, ruby are optionally supported
|
||
|
|
||
|
.include "../../mk/bsd.options.mk"
|
||
|
|
||
|
.if !empty(PKG_OPTIONS:Mviewer)
|
||
|
.include "../../graphics/evas/buildlink3.mk"
|
||
|
.include "../../graphics/evas-software-x11/buildlink3.mk"
|
||
|
# should add bin/edisplay to PLIST
|
||
|
.endif
|