summaryrefslogtreecommitdiff
path: root/textproc/groff/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/groff/options.mk')
-rw-r--r--textproc/groff/options.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/groff/options.mk b/textproc/groff/options.mk
new file mode 100644
index 00000000000..1e3598cecec
--- /dev/null
+++ b/textproc/groff/options.mk
@@ -0,0 +1,17 @@
+# $NetBSD: options.mk,v 1.1 2005/12/09 20:40:56 wiz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.groff
+PKG_SUPPORTED_OPTIONS= x11
+PKG_SUGGESTED_OPTIONS= x11
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mx11)
+CONFIGURE_ARGS+= --with-x
+CONFIGURE_ARGS+= --with-appresdir=${PREFIX}/lib/X11/app-defaults
+PLIST_SRC= PLIST.x11 PLIST
+.include "../../mk/xaw.buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --without-x
+.endif