Files
haikuports/dev-lang/dmd-bin/dmd-bin-1.064.bep
2010-09-30 21:52:45 +00:00

22 lines
547 B
Plaintext

DESCRIPTION="D is a systems programming language."
HOMEPAGE="http://digitalmars.com/d/1.0/index.html"
SRC_URI="http://ftp.digitalmars.com/dmd.1.064.zip"
REVISION="1"
CHECKSUM_MD5="3d73758a7006397c2e66021532e2ff73"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd ./dmd/src/dmd
make -f haiku.mak
strip dmd
}
INSTALL {
mkdir -p ${DESTDIR}/boot/common/bin
cp dmd/src/dmd/dmd ${DESTDIR}/boot/common/bin/dmd
}
LICENSE="Digital Mars"
COPYRIGHT="1999-2010, Digital Mars"