2010-11-13 02:44:33 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2010/11/13 07:44:33 ajacoutot Exp $
|
2005-11-03 11:23:13 -05:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= Apache Kerberos authentication module
|
2005-11-03 11:23:13 -05:00
|
|
|
|
2010-11-13 02:44:33 -05:00
|
|
|
REVISION= 6
|
2007-02-19 11:14:01 -05:00
|
|
|
DISTNAME= mod_auth_kerb-5.3
|
2005-11-03 11:23:13 -05:00
|
|
|
CATEGORIES= www
|
|
|
|
|
|
|
|
HOMEPAGE= http://modauthkerb.sourceforge.net/
|
|
|
|
|
2007-06-21 16:59:13 -04:00
|
|
|
MODULES+= apache-module
|
2010-06-26 12:38:55 -04:00
|
|
|
MAINTAINER= Jason Meltzer <jmeltzer@openbsd.org>
|
2005-11-03 11:23:13 -05:00
|
|
|
|
|
|
|
# combination of 2- and 3-clause BSD, MIT, and export crypto warnings
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= ssl gssapi krb5 crypto
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modauthkerb/}
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
2006-05-27 12:08:16 -04:00
|
|
|
USE_GMAKE= Yes
|
2005-11-03 11:23:13 -05:00
|
|
|
|
2007-06-21 16:59:13 -04:00
|
|
|
MODAPACHE_NAME= auth_kerb
|
|
|
|
MODAPACHE_LOCATION= ${WRKBUILD}/src
|
|
|
|
|
2005-11-03 11:23:13 -05:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= KRB5_CPPFLAGS="-I/usr/include/kerberosV" \
|
|
|
|
KRB5_LDFLAGS="-lkrb5 -lgssapi -lssl -lcrypto"
|
|
|
|
|
|
|
|
post-build:
|
2007-06-21 16:59:13 -04:00
|
|
|
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
|
2005-11-03 11:23:13 -05:00
|
|
|
|
|
|
|
do-install:
|
2007-06-21 16:59:13 -04:00
|
|
|
${MODAPACHE_INSTALL}
|
2005-11-03 11:23:13 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|