mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
22 lines
547 B
Plaintext
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"
|