2006-02-06 00:08:03 +01:00
|
|
|
# $NetBSD: Makefile,v 1.37 2006/02/05 23:11:16 joerg Exp $
|
1998-06-04 22:41:08 +02:00
|
|
|
#
|
|
|
|
# There are a few more mod_auth_cookie's out there doing slightly
|
|
|
|
# different things. This one pkg would be a good place to dump them all in
|
2003-05-06 19:40:18 +02:00
|
|
|
# one.
|
1998-06-04 22:41:08 +02:00
|
|
|
|
|
|
|
DISTNAME= mod_auth_cookie.c
|
2003-02-14 18:46:57 +01:00
|
|
|
PKGNAME= ap-auth-cookie-1.9
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 2
|
1998-06-04 22:41:08 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ftp://ftp.kciLink.com/pub/
|
|
|
|
EXTRACT_SUFX= .gz
|
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
1998-12-03 19:30:23 +01:00
|
|
|
HOMEPAGE= ftp://ftp.kciLink.com/pub/mod_auth_cookie.txt
|
2001-02-17 18:21:28 +01:00
|
|
|
COMMENT= Cookie-based authentication for Apache
|
1998-06-04 22:41:08 +02:00
|
|
|
|
2004-01-20 13:18:15 +01:00
|
|
|
WRKSRC= ${WRKDIR}
|
1998-06-05 21:38:42 +02:00
|
|
|
|
|
|
|
EXTRACT_CMD= ${DO_NADA}
|
1998-06-04 22:41:08 +02:00
|
|
|
|
2003-02-17 21:59:57 +01:00
|
|
|
APACHE_MODULE_NAME= mod_auth_cookie.so
|
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
2003-02-14 18:46:57 +01:00
|
|
|
|
1998-06-04 22:41:08 +02:00
|
|
|
post-extract:
|
2005-05-15 23:54:50 +02:00
|
|
|
@(${ECHO} '#include "ap_compat.h"'; ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) \
|
1998-06-04 22:41:08 +02:00
|
|
|
>${WRKSRC}/${DISTNAME}
|
|
|
|
|
2003-02-17 21:59:57 +01:00
|
|
|
.include "../../www/apache/module.mk"
|
1998-06-04 22:41:08 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|