summaryrefslogtreecommitdiff
path: root/security/secpanel
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-05-04 12:20:09 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-05-04 12:20:09 +0000
commite14cc8801df88bf971ccdb83f76bb9b780128d84 (patch)
tree295993a0c308a7abfc222382ca7a4cf3ccee0f1d /security/secpanel
parent- Update to 1.0.11 (diff)
- Add forgotten files;
- Add master sites; - Clean up a bit. PR: ports/96693 Submitted by: Andrew Pantyukhin <infofarmer (at) gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=161333
Diffstat (limited to 'security/secpanel')
-rw-r--r--security/secpanel/Makefile24
-rw-r--r--security/secpanel/pkg-plist3
2 files changed, 15 insertions, 12 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile
index aefa07fbd418..25b4fa63c67f 100644
--- a/security/secpanel/Makefile
+++ b/security/secpanel/Makefile
@@ -7,17 +7,21 @@
PORTNAME= secpanel
PORTVERSION= 0.5.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security tcl84 tk84
-MASTER_SITES= http://www.pingx.net/secpanel/
+MASTER_SITES= http://www.pingx.net/secpanel/ \
+ http://bsd1.csme.ru/myports/ \
+ http://bsd2.csme.ru/myports/ \
+ http://bsd3.csme.ru/myports/
MAINTAINER= infofarmer@gmail.com
COMMENT= GUI for managing and running ssh and related utilities
-RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
- ssh-askpass:${PORTSDIR}/security/openssh-askpass
+RUN_DEPENDS= ssh-askpass:${PORTSDIR}/security/openssh-askpass
USE_X_PREFIX= yes
+USE_TK= 84
NO_BUILD= yes
@@ -27,14 +31,10 @@ post-patch:
-e 's!askpassbin askpass!askpassbin ssh-askpass!' ${WRKSRC}/src/bin/secpanel
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin
- @${MKDIR} ${DATADIR}
-.for file in convert_history.tcl default.config default.profile \
- gui.tcl listserver.tcl secpanel.dist secpanel.wait
- ${INSTALL_SCRIPT} ${WRKSRC}/src/lib/secpanel/${file} ${DATADIR}
-.endfor
- @${MKDIR} ${DATADIR}/images
- ${INSTALL_DATA} ${WRKSRC}/src/lib/secpanel/images/*.gif \
- ${DATADIR}/images
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/
+ @${INSTALL} -d ${DATADIR}
+ @${CP} -Rp ${WRKSRC}/src/lib/secpanel/ ${DATADIR}/
+ @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/
+ @${CHMOD} -R ${SHAREMODE} ${DATADIR}/
.include <bsd.port.mk>
diff --git a/security/secpanel/pkg-plist b/security/secpanel/pkg-plist
index 09b55e4c234f..cd83f5e10692 100644
--- a/security/secpanel/pkg-plist
+++ b/security/secpanel/pkg-plist
@@ -1,11 +1,14 @@
bin/secpanel
%%DATADIR%%/convert_history.tcl
+%%DATADIR%%/convert_profile.tcl
%%DATADIR%%/default.config
%%DATADIR%%/default.profile
+%%DATADIR%%/export_profiles.tcl
%%DATADIR%%/gui.tcl
%%DATADIR%%/listserver.tcl
%%DATADIR%%/secpanel.dist
%%DATADIR%%/secpanel.wait
+%%DATADIR%%/sp_scp.tcl
%%DATADIR%%/images/arrow_left.gif
%%DATADIR%%/images/arrow_right.gif
%%DATADIR%%/images/back.gif