1995-03-01 00:23:26 +00:00
|
|
|
# New ports collection makefile for: amanda
|
|
|
|
# Date created: 28th Feb 1995
|
|
|
|
# Whom: gpalmer
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1995-03-01 00:23:26 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTNAME= amanda
|
|
|
|
PORTVERSION= 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/
|
2000-04-14 08:49:30 +00:00
|
|
|
DISTNAME= amanda-2.4.1p1
|
1995-04-15 03:46:07 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= cwt@FreeBSD.org
|
1995-04-15 03:46:07 +00:00
|
|
|
|
1999-09-11 00:46:39 +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
|
2000-02-21 07:10:26 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-02-21 07:10:26 +00:00
|
|
|
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
1998-02-18 14:23:40 +00:00
|
|
|
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>
|