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


1.3
date	2011.07.07.21.46.35;	author beech;	state dead;
branches;
next	1.2;

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

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


desc
@@


1.3
log
@- Replaced by new pear install
www/horde4-browser
@
text
@# Ports collection makefile for:  horde4-browser
# Date created:			  THU May 26, 2011
# Whom:				  Beech Rintoul <beech@@FreeBSD.org>
#
# $FreeBSD: ports/www/horde4-browser/Makefile,v 1.2 2011/06/06 18:36:31 beech Exp $
#

PORTNAME=	browser
PORTVERSION=	1.0.0
DISTVERSIONPREFIX=
DISTVERSIONSUFFIX=
CATEGORIES=	www
MASTER_SITES=		http://pear.horde.org/get/ \
			LOCAL/beech
PKGNAMEPREFIX=	horde4-
DISTNAME=	Horde_Browser-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	beech@@FreeBSD.org
COMMENT=	Horde browser API

BROKEN=		Rewrite in progress

USE_HORDE=	base
USE_GETTEXT=	yes
BRODIR=		Browser
HORDIR+=	${HORBAS}${BRODIR:S|^|/|:S|/horde||}

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

do-install:
	@@${INSTALL} -d ${HORDIR}/
	@@${CP} ${WRKSRC}/lib/Horde/Browser.php ${HORBAS}/
	@@${CP} -Rp ${WRKSRC}/lib/Horde/Browser/ ${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.2
log
@- Mark broken - Rewrite in progress
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@- New port horde4-browser-1.0.0

- The Horde_Browser class provides an API for getting information about the
current user's browser and its capabilities.
@
text
@d22 2
@

