diff options
author | cwt <cwt@FreeBSD.org> | 1998-02-18 14:23:40 +0000 |
---|---|---|
committer | cwt <cwt@FreeBSD.org> | 1998-02-18 14:23:40 +0000 |
commit | dfb5f5b16b384659df59f9c3e65d33a4b12aaadb (patch) | |
tree | a590283197023c56dcf4c97513db57e31abf8289 /misc/amanda25-client/Makefile | |
parent | 1c9911638fbaf96aed5308e8acd51ce423c83188 (diff) | |
download | FreeBSD-ports-dfb5f5b16b384659df59f9c3e65d33a4b12aaadb.zip FreeBSD-ports-dfb5f5b16b384659df59f9c3e65d33a4b12aaadb.tar.gz |
Complete the amanda port split. patch-ab obtained from Alexandre Oliva <oliva@dcc.unicamp.br>
Diffstat (limited to 'misc/amanda25-client/Makefile')
-rw-r--r-- | misc/amanda25-client/Makefile | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index d91598b..7b6d326 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-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> |