ChiantiPy is a Python interface to the CHIANTI atomic database for astrophysical spectroscopy
17 lines
402 B
Makefile
17 lines
402 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2010/08/09 21:44:59 jihbed Exp $
|
|
|
|
PKG_OPTIONS_VAR = PKG_OPTIONS.chiantipy
|
|
PKG_SUPPORTED_OPTIONS= wx qt
|
|
PKG_SUGGESTED_OPTIONS= wx
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
|
|
|
|
.if !empty(PKG_OPTIONS:Mqt)
|
|
. include "../../x11/py-qt4/buildlink3.mk"
|
|
.endif
|
|
|
|
.if !empty(PKG_OPTIONS:Mwx)
|
|
. include "../../x11/py-wxWidgets/buildlink3.mk"
|
|
.endif
|