mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
26 lines
538 B
Makefile
26 lines
538 B
Makefile
# New ports collection makefile for: sshbuddy
|
|
# Version required: 1.0
|
|
# Date created: 26 September 1999
|
|
# Whom: Dan Moschuk <dan@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= sshbuddy1.05
|
|
PKGNAME= sshbuddy-1.05
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.sundilla.net/pub/linux/apps/sshbuddy/beta1.05/
|
|
EXTRACT_SUFX= .tar
|
|
|
|
MAINTAINER= dan@freebsd.org
|
|
|
|
RUN_DEPENDS= expectk:${PORTSDIR}/lang/expect
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/beta1.05
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/sshbuddy.expk ${PREFIX}/bin/sshbuddy
|
|
|
|
.include <bsd.port.mk>
|