mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Adding doxygen-1.6.1 to the port tree.
This commit is contained in:
16
app-doc/doxygen/doxygen-1.6.1.bep
Normal file
16
app-doc/doxygen/doxygen-1.6.1.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user