ce082759aa
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.
13 lines
326 B
Makefile
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
|