2012-07-30 09:04:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.52 2012/07/30 07:04:29 sbd Exp $
|
1999-02-23 18:03:41 +01:00
|
|
|
|
2012-07-30 08:57:21 +02:00
|
|
|
PKGNAME= amanda-server-${AMANDA_VERSION}
|
2012-01-22 22:10:18 +01:00
|
|
|
PKGREVISION= 2
|
2001-10-18 17:20:01 +02:00
|
|
|
SVR4_PKGNAME= amase
|
1999-02-23 18:03:41 +01:00
|
|
|
|
2001-02-17 18:42:09 +01:00
|
|
|
COMMENT= Server part of Amanda, a network backup system
|
1999-02-23 18:03:41 +01:00
|
|
|
|
2012-07-30 09:04:29 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2010-06-28 12:09:26 +02:00
|
|
|
|
2012-07-30 09:00:12 +02:00
|
|
|
.include "../../sysutils/amanda-common/Makefile.common"
|
|
|
|
|
2012-05-20 13:21:34 +02:00
|
|
|
USE_TOOLS+= awk:run perl:run mail:run
|
1999-02-23 18:03:41 +01:00
|
|
|
|
2012-01-22 22:10:18 +01:00
|
|
|
DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs
|
|
|
|
|
2001-05-29 18:19:00 +02:00
|
|
|
# Prevent configure script from finding unnecessary libraries.
|
|
|
|
#
|
2007-02-22 20:26:05 +01:00
|
|
|
CONFIGURE_ENV+= ac_cv_lib_intl_main=no
|
|
|
|
CONFIGURE_ENV+= ac_cv_lib_termcap_tgetent=no
|
|
|
|
CONFIGURE_ENV+= ac_cv_lib_curses_tgetent=no
|
|
|
|
CONFIGURE_ENV+= ac_cv_lib_ncurses_tgetent=no
|
|
|
|
CONFIGURE_ENV+= ac_cv_lib_readline_readline=no
|
2001-05-29 18:19:00 +02:00
|
|
|
|
2012-07-30 09:00:12 +02:00
|
|
|
CONFIGURE_ENV+= MAILER=${TOOLS_PATH.mail}
|
2012-07-30 09:00:50 +02:00
|
|
|
CONFIGURE_ARGS+= --without-client --without-gnuplot
|
1999-02-23 18:03:41 +01:00
|
|
|
|
2008-04-13 00:42:57 +02:00
|
|
|
PLIST_VARS+= scsi
|
|
|
|
.if ${OPSYS} != "SunOS"
|
|
|
|
PLIST.scsi= yes
|
1999-09-29 14:34:15 +02:00
|
|
|
.endif
|
|
|
|
|
2012-07-30 09:04:29 +02:00
|
|
|
SPECIAL_PERMS+= sbin/amcheck ${AM_PROG_PERMS}
|
|
|
|
SPECIAL_PERMS+= libexec/planner ${AM_PROG_PERMS}
|
|
|
|
SPECIAL_PERMS+= libexec/dumper ${AM_PROG_PERMS}
|
|
|
|
|
2004-05-04 05:40:50 +02:00
|
|
|
.include "../../sysutils/amanda-common/buildlink3.mk"
|
1999-02-23 18:03:41 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|