aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_form/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_auth_form/Makefile')
-rw-r--r--www/mod_auth_form/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/www/mod_auth_form/Makefile b/www/mod_auth_form/Makefile
deleted file mode 100644
index 5d417b61467a..000000000000
--- a/www/mod_auth_form/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Tommy Scheunemann <net@arrishq.net>
-# $FreeBSD$
-
-PORTNAME= mod_auth_form
-PORTVERSION= 2.05
-PORTREVISION= 3
-CATEGORIES= www
-MASTER_SITES= http://comp.uark.edu/~ajarthu/mod_auth_form/download.php?download=v2_05/
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= MySQL based form authentication module for Apache 2.x
-
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-USE_MYSQL= yes
-USE_APACHE= 22
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= MYSQL_PREFIX="${LOCALBASE}" APACHE2_PREFIX="${LOCALBASE}" \
- APACHE2_INCLUDE="${LOCALBASE}/include/apache${APACHE_VERSION}" \
- APR1_INCLUDE="${LOCALBASE}/include/apache2"
-
-CFLAGS+= -I${LOCALBASE}/include
-
-PORTDOCS= AUTHORS NEWS README
-
-NO_STAGE= yes
-post-install:
- ${ECHO} ${APACHE_VERSION}
-.if !defined(NOPORTDOCS)
- @${INSTALL} -d ${DOCSDIR}
- @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>