b71a1d488b
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
30 lines
794 B
Makefile
30 lines
794 B
Makefile
# $NetBSD: Makefile,v 1.35 2005/12/05 20:51:10 rillig 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}
|
|
|
|
EXTRACT_CMD= ${DO_NADA}
|
|
|
|
APACHE_MODULE_NAME= mod_auth_cookie.so
|
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
|
|
post-extract:
|
|
@(${ECHO} '#include "ap_compat.h"'; ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) \
|
|
>${WRKSRC}/${DISTNAME}
|
|
|
|
.include "../../www/apache/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|