0
0
Fork 0
haikuports/sys-devel/openwatcom/openwatcom-2.0.0.recipe

45 lines
934 B
Bash

SUMMARY="C/C++ compiler targetting DOS and Win16/32 machines"
DESCRIPTION="
Open Watcom is a project of the open source community to maintain and enhance \
the Watcom C, C++, and Fortran cross compilers and tools. An Open Source \
license from Sybase allows free commercial and non-commercial use of Open\
Watcom."
HOMEPAGE="https://github.com/open-watcom/open-watcom-v2"
COPYRIGHT="1983-2002 Sybase, Inc."
LICENSE="Open Watcom Public Licence v1.0"
REVISION="1"
SOURCE_URI="git@github.com:open-watcom/open-watcom-v2.git#ca9213e7973593caf73b50cc2185db8d1cef185c"
PATCHES="openwatcom-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
openwatcom$secondaryArchSuffix = $portVersion
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
apps:dosbox
cmd:awk
cmd:cc$secondaryArchSuffix
cmd:make
cmd:which
"
BUILD()
{
. ./setvars.sh
./build.sh
}
INSTALL()
{
false
}
TEST()
{
false
}