summaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4-documents/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-06-08 10:42:32 +0000
committerasami <asami@FreeBSD.org>2000-06-08 10:42:32 +0000
commit420ed2663c91a4e934c904e9cf0ca88d89730925 (patch)
treec4a1be61c6c55628f75a642687bda26944d61031 /x11/XFree86-4-documents/Makefile
parent2af40ca6281de7e042bacbfc39cbff208dff431c (diff)
downloadFreeBSD-ports-420ed2663c91a4e934c904e9cf0ca88d89730925.zip
FreeBSD-ports-420ed2663c91a4e934c904e9cf0ca88d89730925.tar.gz
Split up XFree86-4 into several pieces. Pretty green, please test with care.
Submitted by: taguchi@tohoku.iij.ad.jp Approved (in spirit) by: jmz (XFree86 port maintainer)
Diffstat (limited to 'x11/XFree86-4-documents/Makefile')
-rw-r--r--x11/XFree86-4-documents/Makefile49
1 files changed, 49 insertions, 0 deletions
diff --git a/x11/XFree86-4-documents/Makefile b/x11/XFree86-4-documents/Makefile
new file mode 100644
index 0000000..5fd9d59
--- /dev/null
+++ b/x11/XFree86-4-documents/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: XFree86Xdocuments-4.0
+# Date created: 10 Oct 1999
+# Whom: taguchi@tohoku.iij.ad.jp
+#
+# $FreeBSD$
+#
+
+PORTNAME= documents
+PORTVERSION= 4.0
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/4.0/source/ \
+ ftp://ftp.freesoftware.com/pub/XFree86/4.0/source/ \
+ ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-4.0/source/ \
+ ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/4.0/source/ \
+ ftp://sunsite.doc.ic.ac.uk/packages/XFree86/4.0/source/
+PKGNAMEPREFIX= XFree86-
+DISTFILES= X400src-1.tgz X400src-2.tgz
+EXTRACT_ONLY= X400src-2.tgz
+
+MAINTAINER= taguchi@tohoku.iij.ad.jp
+
+BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
+
+PREFIX?= ${X11BASE}
+PROJECTROOT= -DProjectRoot=${PREFIX}
+MTREE_FILE= /etc/mtree/BSD.x11.dist
+DIST_SUBDIR= xc
+WRKSRC= ${WRKDIR}/xc/doc
+DEFFILE= ${PREFIX}/lib/X11/config/FreeBSD.ports.def
+INSTALL_TARGET= install install.man
+
+post-extract:
+ (cd ${WRKDIR} && \
+ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
+ ${DISTDIR}/${DIST_SUBDIR}/X400src-1.tgz \
+ ${EXTRACT_AFTER_ARGS} xc/doc)
+
+do-configure:
+ (cd ${WRKSRC} && \
+ imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \
+ -DBuildMiscDocs=YES -DBuildSpecsDocs=YES \
+ -DBuildLinuxDocPS=NO \
+ -DFreeBSDBuildXdoc=YES \
+ -DTOPDIR=.. -DCURDIR=.; \
+ ${MAKE} Makefiles ; \
+ ${MAKE} includes ; \
+ ${MAKE} depend)
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud