diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-24 11:09:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-24 11:09:47 +0800 |
commit | a6dce75985763917377412798ee1a709cd07deaf (patch) | |
tree | b3c0577a3bc1fd2c510b60fdc34bcc91cef21ce8 /sysutils/Makefile | |
parent | ab6c76bda1d917cf73252aa1a294e62740737229 (diff) | |
download | freebsd-ports-gnome-a6dce75985763917377412798ee1a709cd07deaf.tar.gz freebsd-ports-gnome-a6dce75985763917377412798ee1a709cd07deaf.tar.zst freebsd-ports-gnome-a6dce75985763917377412798ee1a709cd07deaf.zip |
[NEW PORT] sysutils/bacula-bat GUI for sysutils/bacula-server
Add the GUI interface for Bacula,bat is the GUI inteface for Bacula.
Bacula is a set of computer programs that permit you (or the system
administrator) to manage backup, recovery, and verification of
computer data across a network of computers of different kinds.
In technical terms, it is a network Client/Server based backup program.
Bacula is relatively easy to use and efficient, while offering many
advanced storage management features that make it easy to find and
recover lost or damaged files. Due to its modular design, Bacula is
scalable from small single computer systems to systems consisting of
hundreds of computers located over a large network.
WWW: http://www.bacula.org/
PR: ports/116450
Submitted by: Dan Langille <dan@langille.org>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4845f43e1923..a1fdd940607e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -36,6 +36,7 @@ SUBDIR += ataidle SUBDIR += atitvout SUBDIR += autopsy + SUBDIR += bacula-bat SUBDIR += bacula-client SUBDIR += bacula-client-devel SUBDIR += bacula-docs |