summaryrefslogtreecommitdiff
path: root/misc/XFree86-docs/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-24 09:05:59 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-24 09:05:59 +0000
commit576c8c13586994ee0332d5304c4828f3193e5943 (patch)
treed0960de536223cd156d555d52b50df6ffee5e3fe /misc/XFree86-docs/Makefile
parenta743aa5115e18eeda943ca48c42ad328d8110555 (diff)
downloadpkgsrc-576c8c13586994ee0332d5304c4828f3193e5943.tar.gz
Initial import of XFree86-docs-4.3.0 from pkgsrc-wip.
This package contains XFree86 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/XFree86-docs/Makefile')
-rw-r--r--misc/XFree86-docs/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/misc/XFree86-docs/Makefile b/misc/XFree86-docs/Makefile
new file mode 100644
index 00000000000..d1f2df70f2a
--- /dev/null
+++ b/misc/XFree86-docs/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/24 09:05:59 xtraeme Exp $
+
+DISTNAME= ${DISTFILES}
+PKGNAME= XFree86-docs-${XF_VER}
+WRKSRC= ${WRKDIR}/xc/doc/specs
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XFREE}
+DISTFILES+= X430src-1.tgz X430src-6.tgz
+
+MAINTAINER= xfree86@blef.org
+HOMEPAGE= http://www.xfree86.org/
+COMMENT= XFree86 Documentation
+
+BUILD_DEPENDS= imake>=4.3.0:../../x11/imake
+
+USE_BUILDLINK2= yes
+NO_XFREE86_TARGETS= # defined
+
+pre-configure:
+ @${SED} \
+ -e "s|@PREFIX@|${X11PREFIX}|g" \
+ -e "s|@MAKE@|${MAKE_PROGRAM}|g" \
+ -e "s|@IMAKE@|${IMAKE}|g" \
+ ${FILESDIR}/host.def > ${WRKSRC}/host.def
+
+do-configure:
+ ( cd ${WRKSRC}; \
+ ${IMAKE} -DUseInstalled -I. -I${PREFIX}/lib/X11/config \
+ -DTOPDIR=../.. -DCURDIR=.; \
+ ${MAKE} Makefiles ; \
+ ${MAKE} includes ; \
+ ${MAKE} depend )
+
+.include "../../meta-pkgs/XFree86/Makefile.common"
+
+.include "../../mk/bsd.pkg.mk"