summaryrefslogtreecommitdiff
path: root/sysutils/amanda-dev/Makefile
blob: bc369091af9ac4db8f353a4fadc6fead6cc182a2 (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
25
# $NetBSD: Makefile,v 1.1.1.1 2002/05/02 13:28:15 bouyer Exp $
#

MASTER_SITES=	# empty
DISTFILES=	# empty

COMMENT=	The "meta-package" for Amanda, a network backup system

DEPENDS+=	amanda-client-${VERS}:../../sysutils/amanda-dev-client
DEPENDS+=	amanda-server-${VERS}:../../sysutils/amanda-dev-server
DEPENDS+=	amanda-plot-${VERS}:../../sysutils/amanda-dev-plot

.include "../../mk/bsd.prefs.mk"
.include "../../sysutils/amanda-dev-common/Makefile.common"

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

do-install:	# empty

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