summaryrefslogtreecommitdiff
path: root/www/ap-auth-kerb/Makefile
blob: f1bec09ea06c53d4b3d4bf5f06cfbf117e08baef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 12:05:43 markd Exp $

DISTNAME=	mod_auth_kerb-5.0rc7
PKGNAME=	ap-auth-kerb-5.0rc7
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=modauthkerb/}

MAINTAINER=	markd@NetBSD.org
HOMEPAGE=	http://modauthkerb.sourceforge.net/
COMMENT=	Module to allow Apache authentication using Kerberos

GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--without-krb4
USE_TOOLS+=		gmake

APACHE_MODULE=		yes

.include "../../mk/apache.mk"
.include "../../mk/krb5.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"