summaryrefslogtreecommitdiff
path: root/sysutils/amanda/Makefile
blob: 2bbdf3048c499756a958fe2311e8f9bca7034d37 (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.45 2009/02/24 14:53:08 gdt Exp $
#

# XXX get this from ../../sysutils/amanda-common/Makefile.common
VERSION=2.5.2p1

DISTNAME=	amanda-${VERSION}
CATEGORIES=	sysutils
MASTER_SITES=	# empty

MAINTAINER=	pkgsrc-users@NetBSD.org
# MAINTAINER sort-of gdt@NetBSD.org
HOMEPAGE=	http://www.amanda.org/
COMMENT=	The "meta-package" for Amanda, a network backup system

META_PACKAGE=	yes

PKG_DESTDIR_SUPPORT=	user-destdir

DEPENDS+=	amanda-client-${VERSION}{,nb[0-9]*}:../../sysutils/amanda-client
DEPENDS+=	amanda-server-${VERSION}{,nb[0-9]*}:../../sysutils/amanda-server
DEPENDS+=	amanda-plot-${VERSION}{,nb[0-9]*}:../../sysutils/amanda-plot

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