summaryrefslogtreecommitdiff
path: root/x11/xf86-video-suncg14/options.mk
blob: 49e996eb2895d3c35c8612f1fb5d4054aa180275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: options.mk,v 1.1 2013/06/04 03:23:56 rodent Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.xf86-video-suncg14
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