# $NetBSD: options.mk,v 1.2 2007/11/14 22:42:59 hoka_adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MyServer PKG_SUPPORTED_OPTIONS= control inet6 .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mcontrol) CONFIGURE_ARGS+= --enable-control PLIST_SRC+= ${PKGDIR}/PLIST.control .include "../../x11/fltk/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Minet6) CONFIGURE_ARGS+= --enable-ipv6 .endif