summaryrefslogtreecommitdiff
path: root/misc/amanda-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/amanda-client/Makefile')
-rw-r--r--misc/amanda-client/Makefile29
1 files changed, 17 insertions, 12 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile
index d91598b25a69..7b6d326947b8 100644
--- a/misc/amanda-client/Makefile
+++ b/misc/amanda-client/Makefile
@@ -3,24 +3,29 @@
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $
+# $Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp $
#
-DISTNAME= amanda-2.3.0
+DISTNAME= amanda-2.4.0b6
CATEGORIES= misc
-MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
+MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
-MAINTAINER= gpalmer@FreeBSD.ORG
+MAINTAINER= cwt@FreeBSD.ORG
-PATCH_STRIP=
-MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \
- amflush.8 amlabel.8 amrestore.8 amtape.8
-
-pre-configure:
- echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
+ --with-user=operator --with-group=operator
+PATCH_STRIP=
+MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \
+ amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \
+ amrecover.8 amrestore.8 amrmtape.8 amtape.8 amtoc.8 \
+ amverify.8
post-install:
- mkdir -p ${PREFIX}/share/examples/amanda
- cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda
+ ${MKDIR} ${PREFIX}/lib/amanda/${DISTNAME}/examples
+ ${CP} -R ${WRKSRC}/example/amanda.conf \
+ ${WRKSRC}/example/chg-multi.conf \
+ ${WRKSRC}/example/disklist \
+ ${PREFIX}/lib/amanda/${DISTNAME}/examples
.include <bsd.port.mk>