View | Details | Raw Unified | Return to bug 59611
Collapse All | Expand All

(-)games/xmille/Makefile (-7 / +1 lines)
Lines 21-33 Link Here
21
USE_IMAKE=	yes
21
USE_IMAKE=	yes
22
MAN1=		xmille.1
22
MAN1=		xmille.1
23
23
24
.include <bsd.port.pre.mk>
25
26
.if ${OSVERSION} >= 501000
27
BROKEN=		"Does not compile due to imake"
28
.endif
29
30
post-extract:
24
post-extract:
31
	@${FIND} ${WRKSRC} -name '*.[ao]' -delete
25
	@${FIND} ${WRKSRC} -name '*.[ao]' -delete
32
26
33
.include <bsd.port.post.mk>
27
.include <bsd.port.mk>
(-)games/xmille/files/patch-ab (-4 / +57 lines)
Lines 1-11 Link Here
1
--- Imakefile.orig	Thu Apr  2 23:03:24 1992
1
--- Imakefile.orig	Thu Apr  2 23:03:24 1992
2
+++ Imakefile	Wed Jan 31 23:04:28 2001
2
+++ Imakefile	Sun Nov 23 05:41:24 2003
3
@@ -5,7 +5,7 @@
3
@@ -1,11 +1,11 @@
4
 /**/# Dana Chee
4
-/**/#
5
 /**/#
5
-/**/#
6
-/**/# Imakefile for xmille (Mille Bourne game)
7
-/**/#
8
-/**/# Dana Chee
9
-/**/#
10
+XCOMM#
11
+XCOMM#
12
+XCOMM# Imakefile for xmille (Mille Bourne game)
13
+XCOMM#
14
+XCOMM# Dana Chee
15
+XCOMM#
6
 #define IHaveSubdirs
16
 #define IHaveSubdirs
7
-#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) DEFINES=$(DEFINES)'
17
-#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) DEFINES=$(DEFINES)'
8
+#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)'
18
+#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)'
9
 
19
 
10
 HEADERS = ui.h
20
 HEADERS = ui.h
11
 SRCS=	comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
21
 SRCS=	comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
22
@@ -18,26 +18,26 @@
23
 SYS_LIBRARIES = -lm
24
 SUBDIRS = control cards
25
 
26
-/**/# 
27
-/**/# This looks better with the timrom12 and timrom12b fonts supplied,
28
-/**/# but if you don't wish to install it, just use fixed.
29
-/**/#
30
-/**/# if you do want to use the timrom fonts, then uncomment this line
31
-/**/# and see the info below about font targets
32
-/**/#
33
-/**/#DEFINES =	-DDEFAULT_FONT=\"timrom12\" -DDEFAULT_FONTB=\"timrom12b\"
34
+XCOMM# 
35
+XCOMM# This looks better with the timrom12 and timrom12b fonts supplied,
36
+XCOMM# but if you don't wish to install it, just use fixed.
37
+XCOMM#
38
+XCOMM# if you do want to use the timrom fonts, then uncomment this line
39
+XCOMM# and see the info below about font targets
40
+XCOMM#
41
+XCOMM#DEFINES =	-DDEFAULT_FONT=\"timrom12\" -DDEFAULT_FONTB=\"timrom12b\"
42
 DEFINES =	-DDEFAULT_FONT=\"fixed\" -DDEFAULT_FONTB=\"fixed\"
43
 
44
 MakeSubdirs($(SUBDIRS))
45
 
46
 ComplexProgramTarget(xmille)
47
 
48
-/**/#
49
-/**/# Otherwise, make these font targets (uncomment the following lines)
50
-/**/#
51
-/**/#FONTS = FontBaseObj(timrom12) FontBaseObj(timrom12b)
52
-/**/#FONTINSTDIR = $(FONTDIR)/misc
53
-/**/#FontTarget(timrom12)
54
-/**/#FontTarget(tomrom12b)
55
-/**/#all:: $(FONTS)
56
+XCOMM#
57
+XCOMM# Otherwise, make these font targets (uncomment the following lines)
58
+XCOMM#
59
+XCOMM#FONTS = FontBaseObj(timrom12) FontBaseObj(timrom12b)
60
+XCOMM#FONTINSTDIR = $(FONTDIR)/misc
61
+XCOMM#FontTarget(timrom12)
62
+XCOMM#FontTarget(tomrom12b)
63
+XCOMM#all:: $(FONTS)
64

Return to bug 59611