summaryrefslogtreecommitdiff
path: root/sysutils/amanda/Makefile
blob: a626c6c9a87441ebb3c52ded1f188ee849b76d91 (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.35 2003/07/17 22:53:25 grant Exp $
#

DISTNAME=	amanda-2.4.2p2
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.2p2:../../sysutils/amanda-client
DEPENDS+=	amanda-server-2.4.2p2:../../sysutils/amanda-server
DEPENDS+=	amanda-plot-2.4.2p2:../../sysutils/amanda-plot

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

do-install:	# empty

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