1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/security/secpanel/Makefile
Pete Fritchman a2a1893820 - update to 0.4.2
- author has changed version scheme; bump PORTEPOCH
- convert ${PERL} to ${REINPLACE_CMD}
2003-12-21 17:52:11 +00:00

42 lines
1.2 KiB
Makefile

# New ports collection makefile for: secpanel
# Date created: 11 June 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= secpanel
PORTVERSION= 0.4.2
PORTEPOCH= 1
CATEGORIES= security tcl84 tk84
MASTER_SITES= http://www.pingx.net/secpanel/
MAINTAINER= petef@FreeBSD.org
COMMENT= GUI for managing and running ssh and related utilities
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
ssh-askpass:${PORTSDIR}/security/openssh-askpass
USE_REINPLACE= yes
USE_X_PREFIX= yes
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} -e 's!^exec wish!exec wish8.4!' \
-e 's!\[file dirname \[info script\]\]/../lib/secpanel!${PREFIX}/share/secpanel!' \
-e 's!askpassbin askpass!askpassbin ssh-askpass!' ${WRKSRC}/src/bin/secpanel
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/secpanel
.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} ${PREFIX}/share/secpanel
.endfor
@${MKDIR} ${PREFIX}/share/secpanel/images
${INSTALL_DATA} ${WRKSRC}/src/lib/secpanel/images/*.gif \
${PREFIX}/share/secpanel/images
.include <bsd.port.mk>