pkgsrc-wip/kstart/Makefile
Jonathan A. Kollasch 7c94e20b34 - enable setpag
- adjust afslog comment to be more appropriate and less rantful
 - default to the afslog provide by pkgsrc/security/heimdal
   rather than one in /usr/local
2009-01-25 01:12:11 +00:00

27 lines
785 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/01/25 01:12:11 jakllsch Exp $
DISTNAME= kstart-3.14
CATEGORIES= sysutils
MASTER_SITES= http://archives.eyrie.org/software/kerberos/
MAINTAINER= jakllsch@NetBSD.org
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
CONFIGURE_ARGS+= --enable-setpag
# As the NetBSD base system doesn't ship with afslog
# and pkgsrc heimdal and pkgsrc openafs conflict;
# the path to (ak|afs)log is configurable.
BUILD_DEFS+= KSTART_PATH_AKLOG
KSTART_PATH_AKLOG?= ${PREFIX}/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"