summaryrefslogtreecommitdiff
path: root/sysutils/amanda-common/Makefile.common
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2004-05-12 18:45:25 +0000
committerbouyer <bouyer@pkgsrc.org>2004-05-12 18:45:25 +0000
commit4606f924bd1e20fdc541e4a40b6bec2b0674e271 (patch)
treeffd691dfb26047fa4bb67be6f62016311db704f1 /sysutils/amanda-common/Makefile.common
parent620d5f0066158982cf9c778af79e1a7593ce982d (diff)
downloadpkgsrc-4606f924bd1e20fdc541e4a40b6bec2b0674e271.tar.gz
Update the amanda packages to 2.4.4p2. From Paul Shupak in pkg/24550,
with some additionnal fixes by me.
Diffstat (limited to 'sysutils/amanda-common/Makefile.common')
-rw-r--r--sysutils/amanda-common/Makefile.common10
1 files changed, 9 insertions, 1 deletions
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common
index 74e3d81b608..52111c31b51 100644
--- a/sysutils/amanda-common/Makefile.common
+++ b/sysutils/amanda-common/Makefile.common
@@ -1,8 +1,16 @@
-# $NetBSD: Makefile.common,v 1.11 2004/02/14 15:29:15 jlam Exp $
+# $NetBSD: Makefile.common,v 1.12 2004/05/12 18:45:25 bouyer Exp $
#
# common make file fragment shared by all amanda-* pkgs.
#
+VERS= 2.4.4p2
+DISTNAME?= amanda-${VERS}
+CATEGORIES= sysutils
+MASTER_SITES?= http://download.sourceforge.net/amanda/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.amanda.org/
+
.if ${OPSYS} == "SunOS"
AMANDA_GROUP?= sysadmin
.else