# New ports collection makefile for:	secpanel
# Date created:		11 June 2001
# Whom:			Pete Fritchman <petef@databits.net>
#
# $FreeBSD: ports/security/secpanel/Makefile,v 1.22 2007/10/29 19:05:22 sat Exp $
#

PORTNAME=	secpanel
PORTVERSION=	0.5.2
PORTEPOCH=	1
CATEGORIES=	security tcl84 tk84
MASTER_SITES=	http://themediahost.de/secpanel/data/ CENKES

MAINTAINER=	infofarmer@FreeBSD.org
COMMENT=	GUI for managing and running ssh and related utilities

RUN_DEPENDS=	ssh-askpass:${PORTSDIR}/security/openssh-askpass

USE_TK_RUN=	84
NO_BUILD=	yes

post-extract:
	@${CHMOD} -R a+rX ${WRKSRC}/

post-patch:
	@${REINPLACE_CMD} -e 's!^exec wish!exec ${WISH}!' \
		-e 's!\[file dirname \[info script\]\]/../lib/secpanel!${DATADIR}!' \
		-e 's!askpassbin askpass!askpassbin ssh-askpass!' \
			${WRKSRC}/src/bin/secpanel

do-install:
	@${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/
	@cd ${WRKSRC}/src/lib/secpanel/&&${COPYTREE_SHARE} . ${DATADIR}/

.include <bsd.port.mk>
