aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/open-motif/files/host.def
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/open-motif/files/host.def')
-rw-r--r--x11-toolkits/open-motif/files/host.def43
1 files changed, 43 insertions, 0 deletions
diff --git a/x11-toolkits/open-motif/files/host.def b/x11-toolkits/open-motif/files/host.def
new file mode 100644
index 000000000000..45c19949aa38
--- /dev/null
+++ b/x11-toolkits/open-motif/files/host.def
@@ -0,0 +1,43 @@
+XCOMM site: $FreeBSD$ host.def
+
+#include <host.def.orig>
+
+#ifdef BeforeVendorCF
+# ifndef HostDEFBefore
+# define HostDEFBefore
+
+# ifndef MotifDEFBefore
+# define MotifDEFBefore
+# include <motif.def>
+# endif
+
+# define LocalConfigFiles host.def motif.def
+
+
+# endif
+#endif
+
+#ifdef AfterVendorCF
+# ifndef HostDEFAfter
+# define HostDEFAfter
+
+# undef ProjectRoot
+
+# ifndef MotifDEFAfter
+# define MotifDEFAfter
+# include <motif.def>
+# endif
+
+# undef X11ProjectRoot
+
+# undef ProjectRoot
+# define ProjectRoot /usr/X11R6
+
+# undef VirtualBindingsPath
+# define VirtualBindingsPath Concat(UsrLibDir,/X11/bindings)
+
+# undef DefaultUserPath
+# define DefaultUserPath /bin:/usr/bin:/sbin:/usr/sbin:$(BINDIR):/usr/gnu/bin:/usr/local/bin
+
+# endif
+#endif