25 lines
595 B
Makefile
25 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.32 2003/03/28 21:14:33 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= amanda-2.4.2p2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= packages@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
|
|
|
|
USE_X11= yes
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|