mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
20 lines
546 B
Plaintext
20 lines
546 B
Plaintext
DESCRIPTION="Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D."
|
|
HOMEPAGE="http://www.doxygen.org"
|
|
SRC_URI="http://ftp.stack.nl/pub/users/dimitri/doxygen-1.6.3.src.tar.gz"
|
|
CHECKSUM_MD5="2d6ea20a9d850d94321cee78bab7bb87"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd doxygen-1.6.3
|
|
./configure --prefix /boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd doxygen-1.6.3
|
|
make install
|
|
}
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="1997-2010 Dimitri van Heesch"
|