blob: d44f0cd0db78225a3c3d11ce5f03d86706ba5c16 (
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.38 2004/11/12 12:13:44 mjl Exp $
#
DISTNAME= amanda-2.4.4p4
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{,nb[0-9]*}:../../sysutils/amanda-client
DEPENDS+= amanda-server-2.4.4p2{,nb[0-9]*}:../../sysutils/amanda-server
DEPENDS+= amanda-plot-2.4.4p2{,nb[0-9]*}:../../sysutils/amanda-plot
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"
|