Adding doxygen-1.6.1 to the port tree.

This commit is contained in:
Chris Roberts
2009-11-07 21:01:49 +00:00
parent 5e49becbe3
commit 9fa3c1d996
3 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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.1.src.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd doxygen-1.6.1
./configure --prefix /boot/common
make
}
INSTALL {
cd doxygen-1.6.1
make install
}