summaryrefslogtreecommitdiff
path: root/sysutils/amanda
diff options
context:
space:
mode:
authorbouyer <bouyer>1999-02-24 10:44:51 +0000
committerbouyer <bouyer>1999-02-24 10:44:51 +0000
commit008dbed65f917e01ef0fcb706e731e9ef4d29cbd (patch)
tree5f7c07cb795004f25464115e3db2ca8cee15ebc2 /sysutils/amanda
parenta12d6fb6f6a1b6b085fe1d4e2a73e06456a546aa (diff)
downloadpkgsrc-008dbed65f917e01ef0fcb706e731e9ef4d29cbd.tar.gz
A meta-pkg for amanda, requested by Hubert Feyrer.
Diffstat (limited to 'sysutils/amanda')
-rw-r--r--sysutils/amanda/Makefile24
-rw-r--r--sysutils/amanda/pkg/COMMENT1
-rw-r--r--sysutils/amanda/pkg/DESCR8
-rw-r--r--sysutils/amanda/pkg/PLIST2
4 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile
new file mode 100644
index 00000000000..4e68196bd81
--- /dev/null
+++ b/sysutils/amanda/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.22 1999/02/24 10:44:51 bouyer Exp $
+# FreeBSD Id: Makefile,v 1.2 1997/11/27 00:47:46 se Exp
+#
+
+DISTNAME= amanda-2.4.1p1
+CATEGORIES= misc
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.amanda.org/
+
+DEPENDS+= amanda-client-2.4.1p1:../amanda-client
+DEPENDS+= amanda-server-2.4.1p1:../amanda-server
+
+EXTRACT_ONLY= # empty
+NO_CHECKSUM= yes
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+do-install: # empty
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/amanda/pkg/COMMENT b/sysutils/amanda/pkg/COMMENT
new file mode 100644
index 00000000000..e3ce864413c
--- /dev/null
+++ b/sysutils/amanda/pkg/COMMENT
@@ -0,0 +1 @@
+The "meta-package" for Amanda, a network backup system.
diff --git a/sysutils/amanda/pkg/DESCR b/sysutils/amanda/pkg/DESCR
new file mode 100644
index 00000000000..9fffa6e7a74
--- /dev/null
+++ b/sysutils/amanda/pkg/DESCR
@@ -0,0 +1,8 @@
+Amanda is a backup system designed to archive many computers on a network to a
+single large-capacity tape drive.
+
+This package does not contain anything by itself -- it is a
+"meta-package" that depends on the amanda-client and amanda-server packages.
+Its purpose is to require dependencies so users can install this package only
+and have the the complete Amanda software pulled in by the port/package
+dependency mechanism.
diff --git a/sysutils/amanda/pkg/PLIST b/sysutils/amanda/pkg/PLIST
new file mode 100644
index 00000000000..6c3efe0e5df
--- /dev/null
+++ b/sysutils/amanda/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.9 1999/02/24 10:44:51 bouyer Exp $
+@comment this plist intentionally left empty