26 lines
601 B
Makefile
26 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.30 2001/02/17 17:42:10 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= amanda-2.4.2
|
|
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.2:../../sysutils/amanda-client
|
|
DEPENDS+= amanda-server-2.4.2:../../sysutils/amanda-server
|
|
DEPENDS+= amanda-plot-2.4.2:../../sysutils/amanda-plot
|
|
|
|
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"
|