1product bzflag
2    id "bzflag ${VERSIONID}"
3    image sw
4	id "Software"
5	version ${VERSION}
6	order 1000
7	subsys bzflag
8	    id "bzflag Software"
9	    exp EOE
10	    replaces self
11	    replaces bzflag.sw.* 0 oldvers
12	    incompat bzflag.sw.o32 0 maxint
13	    incompat bzflag.sw.n32 0 maxint
14	    prereq (
15		bzflag.data.req 0 maxint
16		c++_eoe.sw32.lib 0 maxint
17		c_eoe.sw32.lib 0 maxint
18		compiler_eoe.sw32.lib 0 maxint
19		compiler_eoe.sw32.unix 0 maxint
20		dmedia_eoe.sw32.lib 0 maxint
21		eoe.sw32.gfx 0 maxint
22		x_eoe.sw32.eoe 0 maxint
23		fw_gcc.sw*.* 0 maxint
24	    )
25	endsubsys
26    endimage
27    image man
28	id "Man Pages"
29	version ${VERSION}
30	order 1000
31	subsys manpages default
32	    id "Man Pages"
33	    exp MAN
34	    replaces self
35	endsubsys
36    endimage
37    image data
38	id "Data Files"
39	version ${VERSION}
40	order 1000
41	subsys desktop default
42	    id "Desktop Icons"
43	    exp DESKTOP
44	    replaces self
45	endsubsys
46	subsys req default
47	    id "Required Data"
48	    exp REQDATA
49	    replaces self
50	endsubsys
51	subsys sounds default
52	    id "Sounds"
53	    exp SOUNDS
54	    replaces self
55	endsubsys
56	subsys textures default
57	    id "Textures"
58	    exp TEXTURES
59	    replaces self
60	endsubsys
61    endimage
62endproduct
63
64product bzflag_src
65    id "bzflag source code ${VERSIONID}"
66    image src
67	id "Source Code"
68	version ${VERSION}
69	order 1000
70	subsys sw default
71	    id "software source code"
72	    exp SRC
73	    replaces self
74	endsubsys
75	subsys data default
76	    id "data files"
77	    exp DATASRC
78	    replaces self
79	endsubsys
80	subsys man default
81	    id "man page source"
82	    exp MANSRC
83	    replaces self
84	endsubsys
85    endimage
86endproduct
87