mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add forgotten files;
- Add master sites; - Clean up a bit. PR: ports/96693 Submitted by: Andrew Pantyukhin <infofarmer (at) gmail.com> (maintainer)
This commit is contained in:
parent
5c4dea7eec
commit
e14cc8801d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161333
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user