From 91c104263f9693b3d874b6bc19fa94751673e2f0 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Thu, 5 Jan 1995 03:51:15 +0000 Subject: This is X11R6/XFree86 3.1 The actual makefile does nothing! You have to edit it and remove a comment to build the beast. Note: there are in fact 2 makefiles: one which fetches the files from ftp.x.org and another which allows to compile from a cdrom. Note2: I have not extensively tested the port! (only one build!) --- x11-servers/XFree86-4-Server/Makefile | 46 +++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 x11-servers/XFree86-4-Server/Makefile (limited to 'x11-servers/XFree86-4-Server/Makefile') diff --git a/x11-servers/XFree86-4-Server/Makefile b/x11-servers/XFree86-4-Server/Makefile new file mode 100644 index 000000000000..c8cbd163b4bb --- /dev/null +++ b/x11-servers/XFree86-4-Server/Makefile @@ -0,0 +1,46 @@ +DISTNAME = xc +PKGNAME = XFree86-3.1 + +# uncomment one of the 2 lines below! +#X11_ON_CDROM = yes +#X11_VIA_FTP = yes + +#define this if you are short of space - save ~28 Mbytes +#REMOVE_NOT_ESSENTIAL = yes + + +.if defined(X11_ON_CDROM) || defined(X11_VIA_FTP) +build: +.if defined(REMOVE_NOT_ESSENTIAL) + @rm -rf ${WRKSRC}/test ${WRKSRC}/doc/hardcopy ${WRKSRC}/doc/specs + @find ${WRKSRC}/ -name '*.orig' -exec rm -f {} ';' +.endif + @(cd ${WRKSRC}; echo Good night...; make World) + @touch ${WRKDIR}/.build_done + +install: + @(cd ${WRKSRC}; make install; make install.man) + @touch ${WRKDIR}/.install_done +.endif + + +.if defined(X11_ON_CDROM) +.include "Makefile.cdrom" +.elif defined(X11_VIA_FTP) +.include "Makefile.ftp" +.else +all: + @echo -n +fetch: + @echo -n +extract: + @echo -n +configure: + @echo -n +build: + @echo -n +install: + @echo -n +.endif + + -- cgit v1.2.3