Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / pearpc / options.mk
blob2a1b3a8a1ac8733ffe0363cbf5f216fa41723232
1 # $NetBSD: options.mk,v 1.1 2005/12/22 19:27:36 ghen Exp $
3 PKG_OPTIONS_VAR= PKG_OPTIONS.pearpc
4 PKG_OPTIONS_REQUIRED_GROUPS= ui
5 PKG_OPTIONS_GROUP.ui= x11 sdl
6 PKG_SUGGESTED_OPTIONS= x11
8 .include "../../mk/bsd.options.mk"
10 .if !empty(PKG_OPTIONS:Mx11)
11 CONFIGURE_ARGS+= --enable-ui=x11
12 .include "../../x11/libX11/buildlink3.mk"
13 .endif
15 .if !empty(PKG_OPTIONS:Msdl)
16 CONFIGURE_ARGS+= --enable-ui=sdl
17 .include "../../devel/SDL/buildlink3.mk"
18 .endif