| 7 |
|
DISTNAME = iscream_rrdgraphing |
| 8 |
|
|
| 9 |
|
# Location of the i-scream CVS Repository Root |
| 10 |
< |
CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream |
| 10 |
> |
CVSROOT = :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream |
| 11 |
|
|
| 12 |
|
# This will attempt to locate cvs, and return the path. |
| 13 |
|
CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs; else if test -x /usr/local/bin/cvs; then echo /usr/local/bin/cvs; else echo cvs; fi fi` |
| 37 |
|
|
| 38 |
|
# ChangeLog file |
| 39 |
|
CHANGELOG = $(BUILD)/ChangeLog |
| 40 |
+ |
|
| 41 |
+ |
# License file |
| 42 |
+ |
LICFILE = COPYING |
| 43 |
|
|
| 44 |
|
FILES = graph.pl rrdgraphing.conf watch.pl iscream README |
| 45 |
|
|