aboutsummaryrefslogtreecommitdiffstats
path: root/security/safesh/Makefile
blob: 50d548ef00d8c0469e60445856d2cb75a84a6169 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:        safesh
# Date created:                 26 January 2002
# Whom:                     eivind
#
# $FreeBSD$
#
# This port is self contained in the src directory.
#

PORTNAME=   safesh
PORTVERSION=    1.5
CATEGORIES= security
MASTER_SITES=   # none
DISTFILES=  # none

MAINTAINER= ports@FreeBSD.org
COMMENT=    Authentication manager for OpenSSH (making secure auth easier)

NO_BUILD=   yes
NO_WRKSUBDIR=   yes

SRC=        ${.CURDIR}/src

# XXX Anybody that know how to create manlinks from ports easily, please
# contact me.
MAN1=       ${PORTNAME}.1

do-fetch:
    @${DO_NADA}

do-install:
    @${INSTALL_SCRIPT} ${SRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
    @${INSTALL_SCRIPT} ${SRC}/cvs-safesh.sh ${PREFIX}/bin/cvs-safesh
    @${INSTALL_MAN} ${SRC}/${PORTNAME}.1 ${PREFIX}/man/man1
    @${LN} ${PREFIX}/bin/${PORTNAME} ${PREFIX}/bin/scpsh
    @${LN} ${PREFIX}/bin/${PORTNAME} ${PREFIX}/bin/safeshinstall

.include <bsd.port.mk>