-------------- o update version o SET DESTDIR o added dependency: mono,python,libxml2 o added file: options.mk o please review
14 lines
331 B
Makefile
14 lines
331 B
Makefile
# $NetBSD: options.mk,v 1.1 2010/01/02 20:16:04 jihbed Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.openbabel
|
|
PKG_SUPPORTED_OPTIONS= wx-gui
|
|
PKG_SUGGESTED_OPTIONS=
|
|
|
|
PLIST_VARS+= wx-gui
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mwx-gui)
|
|
. include "../../x11/wxGTK28/buildlink3.mk"
|
|
CONFIGURE_ARGS+= --enable-wx-gui
|
|
.endif
|