pkgsrc/www/ap-auth-cookie/Makefile

32 lines
814 B
Makefile
Raw Normal View History

2003-07-18 00:50:55 +02:00
# $NetBSD: Makefile,v 1.30 2003/07/17 22:55:22 grant Exp $
#
# 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
# one.
DISTNAME= mod_auth_cookie.c
PKGNAME= ap-auth-cookie-1.9
WRKSRC= ${WRKDIR}
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
COMMENT= Cookie-based authentication for Apache
2003-02-17 21:59:57 +01:00
USE_BUILDLINK2= YES
1998-06-05 21:38:42 +02:00
EXTRACT_CMD= ${DO_NADA}
2003-02-17 21:59:57 +01:00
APACHE_MODULE_NAME= mod_auth_cookie.so
DIST_SUBDIR= ${PKGNAME}
post-extract:
@(${ECHO} '#include "ap_compat.h"'; ${GZIP_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) \
>${WRKSRC}/${DISTNAME}
2003-02-17 21:59:57 +01:00
.include "../../www/apache/module.mk"
.include "../../mk/bsd.pkg.mk"