pkgsrc/x11/xf86-video-suntcx/options.mk
rodent ce082759aa Adding:
xf86-input-elographics
xf86-input-fpit
xf86-input-hyperpen
xf86-input-joystick
xf86-input-mutouch
xf86-video-modesetting
xf86-video-nouveau
xf86-video-qxl
xf86-video-suncg6
xf86-video-suntcx
xf86-video-voodoo

from pkgsrc-wip on request from wiz@ last quarter. LICENSE will be fixed
later.
2015-07-02 03:37:48 +00:00

13 lines
326 B
Makefile

# $NetBSD: options.mk,v 1.1 2015/07/02 03:37:49 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xf86-video-suntcx
PKG_SUPPORTED_OPTIONS= static
PKG_SUGGESTED_OPTIONS+= # blank
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mstatic)
CONFIGURE_ARGS+= --enable-static=yes
.else
CONFIGURE_ARGS+= --enable-static=no
.endif