summaryrefslogtreecommitdiff
path: root/misc/xorg-docs/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-29 05:03:15 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-29 05:03:15 +0000
commit3a3c98fb19c126d4709416146d38b1cd1b0671b9 (patch)
treea2b11ee7bbcb71f37be85e9c35cc7650e8f88efa /misc/xorg-docs/Makefile
parent166b366be4827272cfa5af3b8c6ce96efcde0f95 (diff)
downloadpkgsrc-3a3c98fb19c126d4709416146d38b1cd1b0671b9.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/Makefile')
-rw-r--r--misc/xorg-docs/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/xorg-docs/Makefile b/misc/xorg-docs/Makefile
new file mode 100644
index 00000000000..ce187f06395
--- /dev/null
+++ b/misc/xorg-docs/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/29 05:03:15 xtraeme Exp $
+
+DISTNAME= ${DISTFILES}
+PKGNAME= xorg-docs-${XORG_VER}
+CATEGORIES= misc x11
+MASTER_SITES= ${MASTER_SITE_XORG}
+DISTFILES+= X11R6.7.0-src1.tar.gz X11R6.7.0-src6.tar.gz
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://www.x.org/
+COMMENT= X.org Documentation
+
+BUILD_DEPENDS= xorg-imake>=${XORG_VER}:../../x11/xorg-imake
+
+CONFLICTS= XFree86-docs-[0-9]*
+
+USE_LANGUAGES= # empty
+NO_BUILDLINK= # defined
+NO_XFREE86_TARGETS= # defined
+
+XBUILD_DIRS= doc/specs
+
+.include "../../meta-pkgs/xorg/Makefile.common"
+.include "../../mk/bsd.pkg.mk"