2001-06-26 05:28:12 +02:00
|
|
|
# New ports collection makefile for: secpanel
|
|
|
|
# Date created: 11 June 2001
|
|
|
|
# Whom: Pete Fritchman <petef@databits.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= secpanel
|
2006-04-30 23:02:31 +02:00
|
|
|
PORTVERSION= 0.5.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2003-12-21 18:52:11 +01:00
|
|
|
PORTEPOCH= 1
|
2003-10-27 16:03:40 +01:00
|
|
|
CATEGORIES= security tcl84 tk84
|
2007-04-07 21:07:20 +02:00
|
|
|
MASTER_SITES= CENKES
|
|
|
|
# Now officially available from:
|
|
|
|
# http://secpanel.mymediahost.de/files/u1/secpanel-0_5_1.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
|
|
|
|
|
|
|
|
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!' \
|
|
|
|
${WRKSRC}/src/bin/secpanel
|
2001-06-26 05:28:12 +02:00
|
|
|
|
|
|
|
do-install:
|
2006-05-04 14:20:09 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/src/bin/secpanel ${PREFIX}/bin/
|
2007-04-07 21:07:20 +02:00
|
|
|
@${INSTALL} -d ${DATADIR}/
|
2006-05-04 14:20:09 +02:00
|
|
|
@${CP} -Rp ${WRKSRC}/src/lib/secpanel/ ${DATADIR}/
|
|
|
|
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/
|
|
|
|
@${CHMOD} -R ${SHAREMODE} ${DATADIR}/
|
2001-06-26 05:28:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|