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
|
|
|
|
#
|
1998-06-05 22:13:19 +00:00
|
|
|
# $Id: Makefile,v 1.15 1998/04/04 06:20:13 cwt Exp $
|
1995-03-01 00:23:26 +00:00
|
|
|
#
|
|
|
|
|
1998-04-04 06:20:17 +00:00
|
|
|
DISTNAME= amanda-2.4.0
|
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-03-02 16:09:32 +00:00
|
|
|
WRKSRC= ${WRKDIR}/amanda-2.4.0
|
|
|
|
|
1998-06-05 22:13:19 +00:00
|
|
|
BROKEN= package
|
|
|
|
|
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 \
|
|
|
|
--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
|
1997-03-08 05:00:11 +00:00
|
|
|
|
|
|
|
post-install:
|
1998-02-18 14:23:40 +00:00
|
|
|
${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
|
1997-03-08 05:00:11 +00:00
|
|
|
|
1995-03-01 00:23:26 +00:00
|
|
|
.include <bsd.port.mk>
|