HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #610

Ticket #610: bmake-20120620.bep

File bmake-20120620.bep, 470 bytes (added by scottmc, 3 years ago)

inital .bep for bmake, not yet building a working bmake.

Line 
1DESCRIPTION="NetBSD's portable make"
2HOMEPAGE="http://www.crufty.net/help/sjg/bmake.html"
3SRC_URI="http://void.crufty.net/ftp/pub/sjg/bmake-20120620.tar.gz"
4CHECKSUM_MD5="70836f9a7c4aed4c0b52e3816af2b214"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8BUILD {
9        cd bmake
10        ./configure --prefix=`finddir B_COMMON_DIRECTORY`
11        sh ./make-bootstrap.sh
12}
13
14INSTALL {
15        cd bmake
16# TODO, figure out proper way to install this
17}
18LICENSE="BSD (2-clause)"
19COPYRIGHT="1988-2006 NetBSD"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/