diff options
author | bouyer <bouyer@pkgsrc.org> | 1999-02-23 17:03:41 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 1999-02-23 17:03:41 +0000 |
commit | 42760048757fa43a8fcb1c873ccd3cd7d5684f76 (patch) | |
tree | c671f5d5c0561c1e97d3a8caec875a6d2172d468 /sysutils/amanda-common/Makefile | |
parent | 12cb5d884078fdb644aa49fa260112bdcccd1063 (diff) | |
download | pkgsrc-42760048757fa43a8fcb1c873ccd3cd7d5684f76.tar.gz |
An amanda 2.4.1p1 package, split into common, server and client parts.
Diffstat (limited to 'sysutils/amanda-common/Makefile')
-rw-r--r-- | sysutils/amanda-common/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile new file mode 100644 index 00000000000..01cc1ef142a --- /dev/null +++ b/sysutils/amanda-common/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/02/23 17:03:41 bouyer Exp $ +# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp +# + +DISTNAME= amanda-2.4.1p1 +PKGNAME= amanda-common-2.4.1p1 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.amanda.org/ + +DEPENDS+= addnerd-1.6:../../sysutils/addnerd + +AMANDA_USER?= backup +AMANDA_GROUP= operator + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-user=${AMANDA_USER} \ + --with-group=${AMANDA_GROUP} \ + --with-mmap --with-amandahosts \ + --with-includes=${PREFIX}/include \ + --with-libraries=${PREFIX}/lib \ + --with-dump-honor-nodump \ + --without-server --without-restore --without-client + +CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" + +pre-install: + @${SETENV} ${MAKE_ENV} addnerd -g ${AMANDA_GROUP} ${AMANDA_USER} + +.include "../../mk/bsd.pkg.mk" |