2003-10-08 12:32:04 +02:00
|
|
|
# New ports collection makefile for: mod_auth_remote
|
|
|
|
# Date created: Sun Oct 5
|
|
|
|
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_auth_remote
|
|
|
|
PORTVERSION= 0.1
|
2003-12-09 13:17:58 +01:00
|
|
|
PORTREVISION= 1
|
2003-10-08 12:32:04 +02:00
|
|
|
CATEGORIES= www
|
2003-10-14 10:48:23 +02:00
|
|
|
MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ \
|
|
|
|
http://www.cultdeadsheep.org/FreeBSD/ports/download/distfiles/
|
2003-10-08 12:32:04 +02:00
|
|
|
# Original location is here: http://puggy.symonds.net/~srp/stuff/
|
2003-10-14 10:48:23 +02:00
|
|
|
DIST_SUBDIR= apache
|
2003-10-08 12:32:04 +02:00
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-10-08 12:32:04 +02:00
|
|
|
COMMENT= Allows users to authenticate on a remote web server
|
|
|
|
|
2005-12-04 22:03:47 +01:00
|
|
|
USE_APACHE= 20
|
|
|
|
AP_FAST_BUILD= YES
|
|
|
|
AP_GENPLIST= YES
|
2003-10-08 12:32:04 +02:00
|
|
|
|
2003-12-09 13:17:58 +01:00
|
|
|
PORTDOCS= readme.txt
|
2003-10-08 12:32:04 +02:00
|
|
|
|
2005-12-04 22:03:47 +01:00
|
|
|
post-install:
|
2003-10-08 12:32:04 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2003-12-09 13:17:58 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
2003-10-08 12:32:04 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|