blob: d91125734a52e190340a98cfbe8c364fee4f7c04 (
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
25
|
# $NetBSD: Makefile,v 1.28 2000/03/11 17:23:55 tron Exp $
#
DISTNAME= amanda-2.4.1p1
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.amanda.org/
DEPENDS+= amanda-client-2.4.1p1:../../sysutils/amanda-client
DEPENDS+= amanda-server-2.4.1p1:../../sysutils/amanda-server
DEPENDS+= amanda-plot-2.4.1p1:../../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"
|