pkgsrc-wip/kstart/Makefile
Jonathan A. Kollasch f9a06311f0 k5tart aquires kerberos credentials and runs a command
with those credentials. If the kerberos credentials are
obtained from a keytab k5start can be configured to
wake up every so often and renew the obtained credentials.
It can also optionally run a command every time
credentials are obtained (for example, you could run
afslog when credentials are obtained).
2007-04-23 17:22:51 +00:00

26 lines
804 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/04/23 17:22:51 jakllsch Exp $
DISTNAME= kstart-3.10
CATEGORIES= sysutils
MASTER_SITES= http://archives.eyrie.org/software/kerberos/
MAINTAINER= jakllsch@kollasch.net
HOMEPAGE= http://www.eyrie.org/~eagle/software/kstart/
COMMENT= Run a process with Kerberos credentials
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-k4start
# As the NetBSD base system doesn't ship with afslog
# (or pagsh), and pkgsrc heimdal and pkgsrc openafs
# conflict; I've made the path to (ak|afs)log selectable.
BUILD_DEFS+= KSTART_PATH_AKLOG
KSTART_PATH_AKLOG= /usr/local/bin/afslog
.include "../../mk/bsd.prefs.mk"
CONFIGURE_ARGS+= --with-aklog=${KSTART_PATH_AKLOG:Q}
.include "../../mk/krb5.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"