ba8add3ebb
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here (ok naddy@)
42 lines
1015 B
Makefile
42 lines
1015 B
Makefile
# $OpenBSD: Makefile,v 1.9 2007/09/15 20:38:22 merdely Exp $
|
|
|
|
COMMENT= Apache Kerberos authentication module
|
|
|
|
DISTNAME= mod_auth_kerb-5.3
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= http://modauthkerb.sourceforge.net/
|
|
|
|
MODULES+= apache-module
|
|
MAINTAINER= Chris Kuethe <ckuethe@openbsd.org>
|
|
|
|
# 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
|
|
USE_GMAKE= Yes
|
|
|
|
MODAPACHE_NAME= auth_kerb
|
|
MODAPACHE_LOCATION= ${WRKBUILD}/src
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= KRB5_CPPFLAGS="-I/usr/include/kerberosV" \
|
|
KRB5_LDFLAGS="-lkrb5 -lgssapi -lssl -lcrypto"
|
|
|
|
post-build:
|
|
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_auth_kerb
|
|
${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/mod_auth_kerb
|
|
${MODAPACHE_INSTALL}
|
|
|
|
.include <bsd.port.mk>
|