head	1.6;
access;
symbols
	PRE_XORG_7:1.3;
locks; strict;
comment	@# @;


1.6
date	2007.06.22.08.06.14;	author beech;	state dead;
branches;
next	1.5;

1.5
date	2007.06.14.22.31.01;	author beech;	state Exp;
branches;
next	1.4;

1.4
date	2007.05.19.20.22.39;	author flz;	state Exp;
branches;
next	1.3;

1.3
date	2007.04.09.09.07.57;	author sat;	state Exp;
branches;
next	1.2;

1.2
date	2007.02.25.05.31.49;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.22.12.44.29;	author sat;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Ports renamed for consistency

PR:		ports/112327
Repocopy by:	marcus
Approved by:	sat (maintainer)
@
text
@# Ports collection makefile for:	jeta
# Date created:			Sat Feb 10, 2007
# Whom:				Beech Rintoul <beech@@FreeBSD.org>
#
# $FreeBSD: ports/security/jeta/Makefile,v 1.5 2007/06/14 22:31:01 beech Exp $
#

PORTNAME=	jeta
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	security www

MAINTAINER=	beech@@FreeBSD.org
COMMENT=	Horde wrapper around various Java SSH applets

USE_HORDE=	base pkg-message
USE_GETTEXT=	yes
PORTDOCS=	README CHANGES CREDITS INSTALL RELEASE_NOTES

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


1.5
log
@- Update maintainer address.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d3 1
a3 1
# Whom:				Beech Rintoul <beech@@alaskaparadise.com>
d13 1
a13 1
MAINTAINER=	beech@@alaskaparadise.com
@


1.3
log
@- Convert the rest of horde ports to bsd.horde.mk

Approved by:	Beech Rintoul <beech@@alaskaparadise.com> (maintainer, implicit)
@
text
@d10 1
@


1.2
log
@Fix index breakage due to move of www/horde to www/horde-base.

PR:		ports/109512
Submitted by:	"Josef M." jm dot public at gmail dot com
Pointy hat to:	sat
@
text
@a10 2
MASTER_SITES=	HORDE
DISTNAME=	${PORTNAME}-h3-${PORTVERSION}
d15 1
a15 4
RUN_DEPENDS=	${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base

NO_BUILD=	yes
USE_APACHE=	1.3+	# needed to test APACHE_VERSION
a16 2
REINPLACE_ARGS=	-i.beforeJETA

a17 53
CONFFILE=	prefs.php conf.xml .htaccess conf.xml.beforeJETA
SUB_DIRS=	config jar lib locale po templates themes

LHORDEDIR?=	www/horde
LJETADIR=	${LHORDEDIR}/jeta
PEARDIR?=	${LOCALBASE}/share/pear

PLIST_SUB=	JETADIR=${LJETADIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||}
PKGMESSAGE=	${WRKDIR}/pkg-message
PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
SUB_FILES=	pkg-message pkg-install pkg-deinstall
SUB_LIST=	JETADIR=${JETADIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR}

JETADIR=	${PREFIX}/${LJETADIR}
CONFDIR=	${JETADIR}/config

PORTREV_H?=	${LOCALBASE}/include/c-client/portrevision.h

.include <bsd.port.pre.mk>

.if ${APACHE_VERSION} >= 20
HORDE_INC=	${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes/
.else
HORDE_INC=	${LOCALBASE}/etc/horde/
.endif

post-extract:
	@@${MV} ${WRKSRC}/README ${WRKSRC}/docs/

pre-configure:
	@@${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml

do-install:
	@@${INSTALL} -d ${JETADIR}/
.for REP in ${SUB_DIRS}
	@@${CP} -Rp ${WRKSRC}/${REP} ${JETADIR}/
.endfor
	@@${CP} -p  ${WRKSRC}/*.php ${JETADIR}/
	@@${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${JETADIR}/
	@@${CHMOD} -R o-rwx ${CONFDIR}/

.if !defined(NOPORTDOCS)
	@@${INSTALL} -d ${DOCSDIR}/
	@@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/
	@@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

post-install:
	@@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
	@@${ECHO_MSG}
	@@${CAT} ${PKGMESSAGE}
	@@${ECHO_MSG}
d19 2
a20 1
.include <bsd.port.post.mk>
@


1.1
log
@Add port security/jeta:

Jeta is the Horde wrapper around various Java SSH applets.  It allows users
to login via a terminal window to the server on which the Horde application is
running.

WWW: http://www.horde.org/jeta/

PR:		ports/109095
Submitted by:	Beech Rintoul <beech@@alaskaparadise.com>
@
text
@d17 1
a17 1
RUN_DEPENDS=	${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
@

