aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_kerb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_auth_kerb/Makefile')
-rw-r--r--www/mod_auth_kerb/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/www/mod_auth_kerb/Makefile b/www/mod_auth_kerb/Makefile
deleted file mode 100644
index 75e7b47ba0bc..000000000000
--- a/www/mod_auth_kerb/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: mod_auth_kerb
-# Date created: 19 October 2001
-# Whom: wollman
-#
-# $FreeBSD$
-#
-
-# Shamelessly stolen from will's mod_auth_any port.
-
-PORTNAME= mod_auth_kerb
-PORTVERSION= 5.3
-PORTEPOCH= 1
-CATEGORIES= www
-MASTER_SITES= SF/modauthkerb/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= An Apache module for authenticating users with Kerberos v5
-
-DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
-EXPIRATION_DATE= 2012-01-01
-
-MAKE_JOBS_SAFE= yes
-
-USE_APACHE= 13
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-PORTSCOUT= limit:^5.3
-
-.if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a)
-CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME} --without-krb4
-.elif defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a)
-CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --without-krb4
-.elif exists(${DESTDIR}/usr/lib/libkrb5.a) && exists(${DESTDIR}/usr/bin/krb5-config)
-CONFIGURE_ARGS+= --with-krb5=${DESTDIR}/usr --without-krb4
-.else
-LIB_DEPENDS+= krb5:${PORTSDIR}/security/krb5
-CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} --without-krb4
-.endif
-
-.include <bsd.port.mk>