pkgsrc/www/ap-auth-cookie/Makefile
2004-05-08 19:48:27 +00:00

31 lines
812 B
Makefile

# $NetBSD: Makefile,v 1.32 2004/05/08 19:48:27 snj 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
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
WRKSRC= ${WRKDIR}
USE_BUILDLINK3= 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"