pkgsrc/sysutils/amanda-common/Makefile.common
wiz 1b6dd0619e USE_PKGLIBTOOL -> USE_LIBTOOL.
While I'm here, convert it from addnerd to user.
2000-08-17 02:26:26 +00:00

25 lines
650 B
Makefile

# $NetBSD: Makefile.common,v 1.3 2000/08/17 02:26:29 wiz Exp $
#
# common make file fragment shared by all amanda-* pkgs.
#
.if ${OPSYS} == "NetBSD"
AMANDA_GROUP= operator
.elif ${OPSYS} == "SunOS"
AMANDA_GROUP= sysadmin
.endif
AMANDA_USER?= backup
AMANDA_VAR?= /var/amanda
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-user=${AMANDA_USER} \
--with-group=${AMANDA_GROUP} \
--with-owner=root \
--with-mmap --with-amandahosts \
--with-includes=${PREFIX}/include \
--with-libraries=${PREFIX}/lib \
--localstatedir=${AMANDA_VAR} \
--with-gnutar-listdir=${AMANDA_VAR}/gnutar-lists \
--with-dump-honor-nodump