product bzflag
    id "bzflag ${VERSIONID}"
    image sw
	id "Software"
	version ${VERSION}
	order 1000
	subsys bzflag
	    id "bzflag Software"
	    exp EOE
	    replaces self
	    replaces bzflag.sw.* 0 oldvers
	    incompat bzflag.sw.o32 0 maxint
	    incompat bzflag.sw.n32 0 maxint
	    prereq (
		bzflag.data.req 0 maxint
		c++_eoe.sw32.lib 0 maxint
		c_eoe.sw32.lib 0 maxint
		compiler_eoe.sw32.lib 0 maxint
		compiler_eoe.sw32.unix 0 maxint
		dmedia_eoe.sw32.lib 0 maxint
		eoe.sw32.gfx 0 maxint
		x_eoe.sw32.eoe 0 maxint
		fw_gcc.sw*.* 0 maxint
	    )
	endsubsys
    endimage
    image man
	id "Man Pages"
	version ${VERSION}
	order 1000
	subsys manpages default
	    id "Man Pages"
	    exp MAN
	    replaces self
	endsubsys
    endimage
    image data
	id "Data Files"
	version ${VERSION}
	order 1000
	subsys desktop default
	    id "Desktop Icons"
	    exp DESKTOP
	    replaces self
	endsubsys
	subsys req default
	    id "Required Data"
	    exp REQDATA
	    replaces self
	endsubsys
	subsys sounds default
	    id "Sounds"
	    exp SOUNDS
	    replaces self
	endsubsys
	subsys textures default
	    id "Textures"
	    exp TEXTURES
	    replaces self
	endsubsys
    endimage
endproduct

product bzflag_src
    id "bzflag source code ${VERSIONID}"
    image src
	id "Source Code"
	version ${VERSION}
	order 1000
	subsys sw default
	    id "software source code"
	    exp SRC
	    replaces self
	endsubsys
	subsys data default
	    id "data files"
	    exp DATASRC
	    replaces self
	endsubsys
	subsys man default
	    id "man page source"
	    exp MANSRC
	    replaces self
	endsubsys
    endimage
endproduct
