31 lines
814 B
Makefile
31 lines
814 B
Makefile
# $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
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= ftp://ftp.kciLink.com/pub/mod_auth_cookie.txt
|
|
COMMENT= Cookie-based authentication for Apache
|
|
|
|
USE_BUILDLINK2= YES
|
|
|
|
EXTRACT_CMD= ${DO_NADA}
|
|
|
|
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}
|
|
|
|
.include "../../www/apache/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|