pkgsrc/sysutils/amanda-common/Makefile.common
skrll 22e5d4a5aa Use pkgsrc libtool not internal one.
Remove unnecessary versionsuffix dependency on libamclient.
2000-09-15 15:59:33 +00:00

26 lines
697 B
Makefile

# $NetBSD: Makefile.common,v 1.4 2000/09/15 15:59:33 skrll 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
LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig
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