freebsd-ports/www/mod_accesscookie/Makefile
Clement Laforet 146dcd05a3 - Fix a condition in bsd.apache.mk
- all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk
  compliant
2005-12-04 14:08:56 +00:00

33 lines
719 B
Makefile

# New ports collection makefile for: mod_accessCookie
# Date created: Apr 16 2004
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_accessCookie
PORTVERSION= 0.4
CATEGORIES= www
MASTER_SITES= http://etweb.wkv.at/himself/Programming/
EXTRACT_SUFX= .tgz
MAINTAINER= apache@FreeBSD.org
COMMENT= Supply access control based cookies stored in a MySQL database
USE_MYSQL= YES
USE_APACHE= 13
AP_FAST_BUILD= YES
AP_GENPLIST= YES
AP_INC+= ${LOCALBASE}/include/mysql
AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient
PORTDOCS= README
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>