head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2011.07.07.22.07.19;	author beech;	state dead;
branches;
next	1.3;

1.3
date	2011.06.06.18.36.32;	author beech;	state Exp;
branches;
next	1.2;

1.2
date	2011.05.24.22.54.42;	author beech;	state Exp;
branches;
next	1.1;

1.1
date	2011.05.23.19.21.18;	author beech;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Replaced by new pear install
security/horde4-auth
@
text
@# Ports collection makefile for:  horde4-auth
# Date created:			  Sun May 22, 2011
# Whom:				  Beech Rintoul (<beech@@FreeBSD.org>)
#
# $FreeBSD: ports/security/horde4-auth/Makefile,v 1.3 2011/06/06 18:36:32 beech Exp $
#

PORTNAME=	auth
PORTVERSION=	1.0.3
DISTVERSIONPREFIX=
DISTVERSIONSUFFIX=
PORTREVISION=	1
CATEGORIES=	security www
MASTER_SITES=		http://pear.horde.org/get/ \
			LOCAL/beech
PKGNAMEPREFIX=	horde4-
DISTNAME=	Horde_Auth-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	beech@@FreeBSD.org
COMMENT=	Common interface to backends for Horde authentication

BROKEN=		Rewrite in progress
USE_HORDE=	base
USE_GETTEXT=	yes
AUTHDIR=	Auth
HORDIR=		${HORBAS}${AUTHDIR:S|^|/|:S|/horde||}

EXTRACT_SUFX=	.tgz

post-extract:
	@@${MKDIR} ${WRKSRC}/config && touch ${WRKSRC}/config/placeholder.dist

do-install:
	@@${INSTALL} -d ${HORDIR}/
	@@${CP} ${WRKSRC}/lib/Horde/Auth.php ${HORBAS}/
	@@${CP} -Rp ${WRKSRC}/lib/Horde/Auth/ ${HORDIR}/
	@@${ECHO_CMD} @@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST}
	@@${ECHO_CMD} @@exec ${CHMOD} -R o-rwx %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST}
	@@${ECHO_CMD} "@@exec ${TOUCH} ${HORLOG};${CHOWN} ${WWWOWN}:${WWWGRP} ${HORLOG}" >> ${TMPPLIST}

	@@${ECHO_MSG}
	@@${CAT} ${PKGMESSAGE}
	@@${ECHO_MSG}

.include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk"
.include <bsd.port.mk>
@


1.3
log
@- Mark broken - Rewrite in progress
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@-Fix install directory naming
-Add examples (where applicable)
-Bump portrevision

Approved by:	itetcu (mentor)(implicit)
@
text
@d23 1
@


1.1
log
@The Horde_Auth package provides a common interface into the
various backends for the Horde authentication system.

Approved by:	itetcu (mentor)(implicit)
@
text
@d12 1
d25 2
@

