diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 05:03:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 05:03:15 +0000 |
commit | fc675ae742962eee3fb2903f58dda5e02d10fea1 (patch) | |
tree | a2b11ee7bbcb71f37be85e9c35cc7650e8f88efa /misc/xorg-docs/files | |
parent | e844b312abd6e68e379781abe20435808f46cd58 (diff) | |
download | pkgsrc-fc675ae742962eee3fb2903f58dda5e02d10fea1.tar.gz |
Initial import of xorg-docs-6.7.0.
This package contains X.org documentation. This includes protocols
and specifications for X Display Power Management Signaling (DPMS),
Inter-Client Exchange (ICE) Library, X Locale Database, Proxy Management,
X Session Management Library, The XIM Transport, The X Font Library,
X Toolkit Intrinsics C Language Interface, X Display Manager Control
Protocol, Xlib C Language X Interface, and a lot more.
Diffstat (limited to 'misc/xorg-docs/files')
-rw-r--r-- | misc/xorg-docs/files/host.def | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/xorg-docs/files/host.def b/misc/xorg-docs/files/host.def new file mode 100644 index 00000000000..036940d2e8c --- /dev/null +++ b/misc/xorg-docs/files/host.def @@ -0,0 +1,17 @@ +/* $NetBSD: host.def,v 1.1.1.1 2004/07/29 05:03:15 xtraeme Exp $ */ + +#define ProjectRoot @PREFIX@ + +#define MakeCmd @MAKE@ +#define ImakeCmd @IMAKE@ + +#define BuildMiscDocs YES +#define BuildSpecsDocs YES +#define BuildLinuxDocPS NO +#define InstallHardcopyDocs YES +#define BuildXdoc YES +/* programs removed because it only has man pages which are in XFree86-man */ +#define SpecsDocDirs BDF CTEXT FSProtocol GL ICCCM ICE /*PEX5*/ PM Render \ + SM X11 XDMCP XIM XLFD XProtocol Xaw Xext Xi Xmu Xserver Xt \ + Xv XvMC i18n rstart xfs xterm xtrans + |