2008-02-16 08:54:06 +00:00
|
|
|
# New ports collection makefile for: mod_auth_form
|
|
|
|
# Date created: Feb 10 2008
|
|
|
|
# Whom: Tommy Scheunemann <net@arrishq.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_auth_form
|
|
|
|
PORTVERSION= 2.05
|
2011-08-20 17:27:52 +00:00
|
|
|
PORTREVISION= 3
|
2008-02-16 08:54:06 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://comp.uark.edu/~ajarthu/mod_auth_form/download.php?download=v2_05/
|
2010-05-25 20:17:37 +00:00
|
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
2008-02-16 08:54:06 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
|
|
|
|
MAINTAINER= net@arrishq.net
|
|
|
|
COMMENT= MySQL based form authentication module for Apache 2.x
|
|
|
|
|
2009-05-21 20:45:34 +00:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2008-02-16 08:54:06 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
USE_MYSQL= YES
|
2011-08-20 17:27:52 +00:00
|
|
|
USE_APACHE= 20+
|
2008-02-16 08:54:06 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= MYSQL_PREFIX="${LOCALBASE}" APACHE2_PREFIX="${LOCALBASE}" \
|
|
|
|
APACHE2_INCLUDE="${LOCALBASE}/include/apache${APACHE_VERSION}" \
|
|
|
|
APR1_INCLUDE="${LOCALBASE}/include/apache2"
|
|
|
|
|
2010-05-12 20:05:52 +00:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
|
2008-02-16 08:54:06 +00:00
|
|
|
PORTDOCS= AUTHORS NEWS README
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${ECHO} ${APACHE_VERSION}
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${INSTALL} -d ${DOCSDIR}
|
|
|
|
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|