diff options
Diffstat (limited to 'sysutils/amanda-common/Makefile.common')
-rw-r--r-- | sysutils/amanda-common/Makefile.common | 10 |
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 |