diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/secpanel/Makefile | 13 | ||||
-rw-r--r-- | security/secpanel/pkg-descr | 3 |
2 files changed, 9 insertions, 7 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile index a0248ff7fb99..e9a5fb4f099e 100644 --- a/security/secpanel/Makefile +++ b/security/secpanel/Makefile @@ -10,26 +10,27 @@ PORTVERSION= 0.5.1 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security tcl84 tk84 -MASTER_SITES= http://www.pingx.net/secpanel/ CSME +MASTER_SITES= CENKES +# Now officially available from: +# http://secpanel.mymediahost.de/files/u1/secpanel-0_5_1.tgz MAINTAINER= infofarmer@FreeBSD.org COMMENT= GUI for managing and running ssh and related utilities RUN_DEPENDS= ssh-askpass:${PORTSDIR}/security/openssh-askpass -USE_X_PREFIX= yes USE_TK_RUN= 84 - NO_BUILD= yes post-patch: - @${REINPLACE_CMD} -e 's!^exec wish!exec wish8.4!' \ + @${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 + -e 's!askpassbin askpass!askpassbin ssh-askpass!' \ + ${WRKSRC}/src/bin/secpanel do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/ - @${INSTALL} -d ${DATADIR} + @${INSTALL} -d ${DATADIR}/ @${CP} -Rp ${WRKSRC}/src/lib/secpanel/ ${DATADIR}/ @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/ @${CHMOD} -R ${SHAREMODE} ${DATADIR}/ diff --git a/security/secpanel/pkg-descr b/security/secpanel/pkg-descr index 6b4e63927955..833704bb93b5 100644 --- a/security/secpanel/pkg-descr +++ b/security/secpanel/pkg-descr @@ -4,7 +4,8 @@ are adjusted by one mouseclick (compression, port-forwarding, etc.). It also manages the SSH-agent. SecPanel works with ssh 1.2.x and OpenSSH. -WWW: http://www.pingx.net/secpanel/ +WWW: http://secpanel.mymediahost.de/ +Author: Steffen Leich <leich at web dot de> - Pete petef@databits.net |