summaryrefslogtreecommitdiff
path: root/x11/XFree86-libs/files/host.def
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86-libs/files/host.def')
-rw-r--r--x11/XFree86-libs/files/host.def90
1 files changed, 90 insertions, 0 deletions
diff --git a/x11/XFree86-libs/files/host.def b/x11/XFree86-libs/files/host.def
new file mode 100644
index 00000000000..c1f0300d88d
--- /dev/null
+++ b/x11/XFree86-libs/files/host.def
@@ -0,0 +1,90 @@
+/*
+ * $NetBSD: host.def,v 1.1.1.1 2004/01/24 08:47:34 xtraeme Exp $
+ *
+ * XFree86 packages for pkgsrc system
+ */
+
+#define ProjectRoot @PREFIX@
+
+#define MakeCmd @MAKE@
+#define HasGnuMake NO
+#define ImakeCmd @IMAKE@
+#define RmanCmd @RMAN@
+#define HtmlIndexCmd @MKHTMLINDEX@
+#define DependDir @GCCMAKEDEP@
+#define DependCmd @MAKEDEPEND@
+#define RevPathCmd @REVPATH@
+
+#define NothingOutsideProjectRoot YES
+
+#define InstallXdmConfig NO
+#define InstallXinitConfig NO
+#define InstallFSConfig NO
+#define InstallAppDefFiles NO
+#define BuildServer NO
+#define BuildFontServer NO
+#define BuildFonts NO
+#define Build75DpiFonts NO
+#define Build100DpiFonts NO
+#define BuildSpeedoFonts NO
+#define BuildType1Fonts NO
+#define BuildCIDFonts NO
+#define BuildCyrillicFonts NO
+#define BuildLatin2Fonts NO
+#define BuildPlugin NO
+#define DebuggableLibraries NO
+#define StandardIncludes \
+ -I@BLNK@/include \
+ -I@PREFIX@/include \
+ -I@LOCALBASE@/include
+
+/* Common build of libs */
+
+#define NormalLibFSa YES
+#define NormalLibICE YES
+#define NormalLibPex YES
+#define NormalLibPhigs YES
+#define NormalLibSM YES
+#define NormalLibX11i YES
+#define NormalLibXau YES
+#define NormalLibXaw YES
+#define NormalLibXdmcp YES
+#define NormalLibXext YES
+#define NormalLibXi YES
+#define NormalLibXie YES
+#define NormalLibXmu YES
+#define NormalLibXt YES
+#define NormalLibXtst YES
+#define NormalLibXag YES
+#define NormalOldX YES
+
+/* We need to build Xinerama shared library at least for metacity */
+
+#undef SharedLibXinerama
+#define SharedLibXinerama YES
+
+#ifndef DriDrivers
+#define DriDrivers /* Don't build the drivers here */
+#endif
+
+#define HasXdmAuth YES
+#define UseInstalledPrograms YES
+
+#ifndef FreeBSDArchitecture
+#ifndef BuildThreadStubLibrary
+# define BuildThreadStubLibrary YES
+#endif
+#endif
+
+#define HasZlib YES
+
+#define HasFreetype2 YES
+#define Freetype2Dir @BLNK@
+
+#define HasExpat YES
+#define ExpatDir @BLNK@
+
+#define HasFontconfig YES
+#define FontconfigDir @BLNK@
+
+#define BuildHtmlManPages NO