1
0
forked from ports/opt
opt/doxygen/Pkgfile

16 lines
343 B
Plaintext
Raw Normal View History

2005-11-20 22:09:15 +00:00
# Description: Documentation generation tool
# URL: http://www.doxygen.org
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
name=doxygen
2005-12-31 11:17:11 +00:00
version=1.4.6
2005-11-20 22:09:15 +00:00
release=1
source=(ftp://ftp.stack.nl/pub/users/dimitri/$name-$version.src.tar.gz)
build() {
cd $name-$version
./configure --prefix /usr
make
make INSTALL=$PKG/usr install
}