--- Imakefile.orig	Fri May 11 02:41:54 2001
+++ Imakefile	Fri May  4 11:00:38 2001
@@ -1,5 +1,7 @@
+MANSUFFIX=6
+
 /* if you have Xaw3d installed, you might wish to use this: */
-#define UseXaw3d  0
+#define UseXaw3d  YES
 
 /* for debugging: */
 /*  CDEBUGFLAGS = -g -O2 */
@@ -19,6 +21,10 @@
 #else
 # define WarnLevel
 #endif
+
+# for FreeBSD package: do not compress man page, otherwise gzip will
+# complain when building the package target
+COMPRESSMANCMD = echo
 
         DEPLIBS = XawClientDepLibs
 LOCAL_LIBRARIES = XawClientLibs
