21 lines
655 B
Makefile
21 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.47 2012/10/23 19:50:50 asau Exp $
|
|
#
|
|
|
|
.include "../../sysutils/amanda-common/version.mk"
|
|
|
|
DISTNAME= amanda-${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
|
|
|
|
DEPENDS+= amanda-client-${AMANDA_VERSION}{,nb[0-9]*}:../../sysutils/amanda-client
|
|
DEPENDS+= amanda-server-${AMANDA_VERSION}{,nb[0-9]*}:../../sysutils/amanda-server
|
|
DEPENDS+= amanda-plot-${AMANDA_VERSION}{,nb[0-9]*}:../../sysutils/amanda-plot
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|