1SUMMARY="C/C++ compiler targetting DOS and Win16/32 machines"
2DESCRIPTION="
3Open Watcom is a project of the open source community to maintain and enhance \
4the Watcom C, C++, and Fortran cross compilers and tools. An Open Source \
5license from Sybase allows free commercial and non-commercial use of Open\
6Watcom."
7HOMEPAGE="https://github.com/open-watcom/open-watcom-v2"
8COPYRIGHT="1983-2002 Sybase, Inc."
9LICENSE="Open Watcom Public Licence v1.0"
10REVISION="1"
11SOURCE_URI="git@github.com:open-watcom/open-watcom-v2.git#ca9213e7973593caf73b50cc2185db8d1cef185c"
12PATCHES="openwatcom-$portVersion.patchset"
13
14ARCHITECTURES="!x86_gcc2"
15SECONDARY_ARCHITECTURES="x86"
16
17PROVIDES="
18	openwatcom$secondaryArchSuffix = $portVersion
19"
20
21BUILD_PREREQUIRES="
22	haiku${secondaryArchSuffix}_devel
23	apps:dosbox
24	cmd:awk
25	cmd:cc$secondaryArchSuffix
26	cmd:make
27	cmd:which
28"
29
30BUILD()
31{
32	. ./setvars.sh
33	./build.sh
34}
35
36INSTALL()
37{
38	false
39}
40
41TEST()
42{
43	false
44}
45