summaryrefslogtreecommitdiff
path: root/misc/amanda-client/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /misc/amanda-client/Makefile
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'misc/amanda-client/Makefile')
-rw-r--r--misc/amanda-client/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile
deleted file mode 100644
index 0a98f5029b76..000000000000
--- a/misc/amanda-client/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: amanda
-# Date created: 28th Feb 1995
-# Whom: gpalmer
-#
-# $FreeBSD$
-#
-
-PORTNAME= amanda
-PORTVERSION= 2.4.1
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
-DISTNAME= amanda-2.4.1p1
-
-MAINTAINER= cwt@FreeBSD.org
-
-BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-
-WRKSRC= ${WRKDIR}/amanda-2.4.1p1
-NO_LATEST_LINK= yes
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-LIBTOOLFLAGS= --disable-ltlibs --release-ignore
-CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
- --with-amandahosts --with-fqdn \
- --with-dump-honor-nodump \
- --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 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \
- amtape.8 amtoc.8 amverify.8
-
-post-install:
- ${MKDIR} ${PREFIX}/share/examples/amanda
- ${CP} -R ${WRKSRC}/example/amanda.conf \
- ${WRKSRC}/example/chg-multi.conf \
- ${WRKSRC}/example/chg-scsi.conf \
- ${WRKSRC}/example/disklist \
- ${PREFIX}/share/examples/amanda
-
-.include <bsd.port.mk>