forked from ports/contrib
19 lines
475 B
Plaintext
19 lines
475 B
Plaintext
# Description: A complete RRDTool-based graphing solution
|
|
# URL: http://cacti.net/index.php
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
|
# Packager: Younes Hafri, ycrux at club-internet dot fr
|
|
#
|
|
# Depends on: rrdtool, mod_php, mysql
|
|
|
|
name=cacti
|
|
version=0.8.6i
|
|
release=1
|
|
source=(http://www.$name.net/downloads/$name-$version.tar.gz)
|
|
|
|
build () {
|
|
echo "========================="
|
|
echo " Read the INSTALL file "
|
|
echo "========================="
|
|
exit 1
|
|
}
|