2001-06-26 05:28:12 +02:00
|
|
|
# New ports collection makefile for: secpanel
|
2007-10-29 20:05:22 +01:00
|
|
|
# Date created: 11 June 2001
|
|
|
|
# Whom: Pete Fritchman <petef@databits.net>
|
2001-06-26 05:28:12 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= secpanel
|
2007-12-12 02:28:04 +01:00
|
|
|
PORTVERSION= 0.5.3
|
2003-12-21 18:52:11 +01:00
|
|
|
PORTEPOCH= 1
|
2003-10-27 16:03:40 +01:00
|
|
|
CATEGORIES= security tcl84 tk84
|
2007-10-29 20:05:22 +01:00
|
|
|
MASTER_SITES= http://themediahost.de/secpanel/data/ CENKES
|
2007-12-12 02:28:04 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
2001-06-26 05:28:12 +02:00
|
|
|
|
2006-05-08 23:41:11 +02:00
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= GUI for managing and running ssh and related utilities
|
2001-06-26 05:28:12 +02:00
|
|
|
|
2006-05-04 14:20:09 +02:00
|
|
|
RUN_DEPENDS= ssh-askpass:${PORTSDIR}/security/openssh-askpass
|
2001-06-26 05:28:12 +02:00
|
|
|
|
2007-04-03 00:56:15 +02:00
|
|
|
USE_TK_RUN= 84
|
2001-06-26 05:28:12 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2007-05-29 10:31:14 +02:00
|
|
|
post-extract:
|
2007-12-12 02:28:04 +01:00
|
|
|
@${MV} ${WRKDIR}/usr ${WRKSRC}
|
2007-05-29 10:31:14 +02:00
|
|
|
@${CHMOD} -R a+rX ${WRKSRC}/
|
2007-12-12 02:28:04 +01:00
|
|
|
@${RM} -rf ${WRKSRC}/local/lib/secpanel/out/
|
2007-05-29 10:31:14 +02:00
|
|
|
|
2001-06-26 05:28:12 +02:00
|
|
|
post-patch:
|
2007-04-07 21:07:20 +02:00
|
|
|
@${REINPLACE_CMD} -e 's!^exec wish!exec ${WISH}!' \
|
2006-04-30 23:02:31 +02:00
|
|
|
-e 's!\[file dirname \[info script\]\]/../lib/secpanel!${DATADIR}!' \
|
2007-04-07 21:07:20 +02:00
|
|
|
-e 's!askpassbin askpass!askpassbin ssh-askpass!' \
|
2007-12-12 02:28:04 +01:00
|
|
|
${WRKSRC}/local/bin/secpanel
|
2001-06-26 05:28:12 +02:00
|
|
|
|
|
|
|
do-install:
|
2007-12-12 02:28:04 +01:00
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/local/bin/secpanel ${PREFIX}/bin/
|
|
|
|
@cd ${WRKSRC}/local/lib/secpanel/&&${COPYTREE_SHARE} . ${DATADIR}/
|
2001-06-26 05:28:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|