37 lines
740 B
Makefile
37 lines
740 B
Makefile
# $OpenBSD: Makefile,v 1.21 2013/06/20 08:26:14 ajacoutot Exp $
|
|
|
|
COMMENT= Apache Kerberos authentication module
|
|
|
|
REVISION= 11
|
|
DISTNAME= mod_auth_kerb-5.3
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= http://modauthkerb.sourceforge.net/
|
|
|
|
MODULES+= apache-module
|
|
MAINTAINER= Jason Meltzer <jmeltzer@openbsd.org>
|
|
|
|
# combination of 2- and 3-clause BSD, MIT, and export crypto warnings
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += asn1 com_err crypto gssapi heimbase
|
|
WANTLIB += krb5 roken wind
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modauthkerb/}
|
|
|
|
NO_TEST= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
MODAPACHE_NAME= auth_kerb
|
|
MODAPACHE_LOCATION= ${WRKBUILD}/src
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
post-build:
|
|
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
|
|
|
|
do-install:
|
|
${MODAPACHE_INSTALL}
|
|
|
|
.include <bsd.port.mk>
|