summaryrefslogtreecommitdiff
path: root/x11-servers/XFree86-4-Server-snap/Makefile
blob: c8cbd163b4bbbd8b62ab212c4f535d332993b957 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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