summaryrefslogtreecommitdiff
path: root/sysutils/amanda/Makefile
blob: f85b66edae1477762d611eeb56f170abef0ecbbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.36 2004/05/12 18:45:25 bouyer Exp $
#

DISTNAME=	amanda-2.4.4p2
CATEGORIES=	sysutils
MASTER_SITES=	# empty
DISTFILES=	# empty

MAINTAINER=	tech-pkg@NetBSD.org
HOMEPAGE=	http://www.amanda.org/
COMMENT=	The "meta-package" for Amanda, a network backup system

DEPENDS+=	amanda-client-2.4.4p2:../../sysutils/amanda-client
DEPENDS+=	amanda-server-2.4.4p2:../../sysutils/amanda-server
DEPENDS+=	amanda-plot-2.4.4p2:../../sysutils/amanda-plot

EXTRACT_ONLY=	# empty
NO_CHECKSUM=	yes
NO_CONFIGURE=	yes
NO_BUILD=	yes

do-install:	# empty

.include "../../mk/bsd.pkg.mk"