pkgsrc/x11/xf86-video-newport/options.mk
rodent d6194f0297 Import xf86-video-newport-0.2.4 as x11/xf86-video-newport.
This is an unaccelerated driver for the SGI newport cards (a.k.a. XL) as found
in the SGI Indy and Indigo2. Both the 8bit and 24bit versions are tested and
working.
2013-06-03 01:35:22 +00:00

13 lines
327 B
Makefile

# $NetBSD: options.mk,v 1.1 2013/06/03 01:35:22 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xf86-video-newport
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