summaryrefslogtreecommitdiff
path: root/graphics/pfstmo/options.mk
blob: f04caeef7169458c60b066a858d1092f98ac75f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: options.mk,v 1.1.1.1 2009/01/18 12:48:19 obache Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.pfstmo
PKG_SUPPORTED_OPTIONS=	fftw gsl
PKG_SUGGESTED_OPTIONS=	fftw

PLIST_VARS+=	gsl

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mfftw)
.include "../../math/fftwf/buildlink3.mk"
.endif

.if !empty(PKG_OPTIONS:Mgsl)
.include "../../math/gsl/buildlink3.mk"
PLIST.gsl=	yes
.endif