1995-03-01 00:23:26 +00:00
|
|
|
# New ports collection makefile for: amanda
|
1997-03-08 05:00:11 +00:00
|
|
|
# Version required: 2.3.0
|
1995-03-01 00:23:26 +00:00
|
|
|
# Date created: 28th Feb 1995
|
|
|
|
# Whom: gpalmer
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1995-03-01 00:23:26 +00:00
|
|
|
#
|
|
|
|
|
1998-12-25 00:15:23 +00:00
|
|
|
DISTNAME= amanda-2.4.1p1
|
|
|
|
PKGNAME= amanda-2.4.1
|
1996-11-11 05:50:23 +00:00
|
|
|
CATEGORIES= misc
|
1998-02-18 14:23:40 +00:00
|
|
|
MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
|
1995-04-15 03:46:07 +00:00
|
|
|
|
1998-02-18 14:23:40 +00:00
|
|
|
MAINTAINER= cwt@FreeBSD.ORG
|
1995-04-15 03:46:07 +00:00
|
|
|
|
1998-06-06 09:21:25 +00:00
|
|
|
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
|
|
|
|
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
|
1998-06-05 22:13:19 +00:00
|
|
|
|
1998-12-25 00:15:23 +00:00
|
|
|
WRKSRC= ${WRKDIR}/amanda-2.4.1p1
|
1998-02-25 09:47:25 +00:00
|
|
|
NO_LATEST_LINK= yes
|
1998-02-18 14:23:40 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
|
1998-06-29 06:42:09 +00:00
|
|
|
--with-amandahosts --with-fqdn \
|
1998-12-25 00:15:23 +00:00
|
|
|
--with-dump-honor-nodump \
|
1998-02-18 14:23:40 +00:00
|
|
|
--with-user=operator --with-group=operator
|
1998-06-29 06:42:09 +00:00
|
|
|
|
1998-02-18 14:23:40 +00:00
|
|
|
PATCH_STRIP=
|
|
|
|
MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \
|
|
|
|
amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \
|
1998-09-13 01:16:02 +00:00
|
|
|
amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \
|
|
|
|
amtape.8 amtoc.8 amverify.8
|
1997-03-08 05:00:11 +00:00
|
|
|
|
|
|
|
post-install:
|
1998-06-29 06:42:09 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/examples/amanda
|
1998-02-18 14:23:40 +00:00
|
|
|
${CP} -R ${WRKSRC}/example/amanda.conf \
|
|
|
|
${WRKSRC}/example/chg-multi.conf \
|
1998-09-13 01:16:02 +00:00
|
|
|
${WRKSRC}/example/chg-scsi.conf \
|
1998-02-18 14:23:40 +00:00
|
|
|
${WRKSRC}/example/disklist \
|
1998-06-29 06:42:09 +00:00
|
|
|
${PREFIX}/share/examples/amanda
|
1997-03-08 05:00:11 +00:00
|
|
|
|
1995-03-01 00:23:26 +00:00
|
|
|
.include <bsd.port.mk>
|