# 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= eivind@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 Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixup for package cluster building.matusita2003-05-041-3/+1
| | | | | | - Mark NO_PACKAGE since these ports require VMware itself. (and avoid using .ifdef(PACKAGE_BUILDING) also) - Forget to mark IS_INTERACTIVE if !BATCH (vmware-guest4).
* I've too much asked that where to get files for install. Apparantly,matusita2003-04-221-1/+1
| | | | | | the word 'none' is an obscure comment. No content change, no procedure change, so no bump.
* Cosmetic fixes for old VMware guest tools to sync with the latest one.matusita2003-04-191-0/+3
| | | | | | | | | * Update pkg-descr to point a new ports location. * Update RUN_DEPENDS to point a new ports location. * Sync COMMENT message to all versions. * Use INSTALL_PROGRAM instead of CP since it installs a program. * Wrap interactive-related script with .if !defined(BATCH) appropriately. * Unhide UMOUNT command and users will know what's happened.
* De-pkg-comment.matusita2003-02-222-1/+1
|
* Correct ports that were abusing the FORBIDDEN variable and replace withseanc2003-02-071-1/+1
| | | | | | | | | | | | | | | | | | either IGNORE or BROKEN. Since there seems to be some confusion, for the record: BROKEN is reserved for ports that don't work. This will prevent users from installing the port, but please note that ports marked as BROKEN will still be built by bento IGNORE is reserved for ports that should not be built for one reason or another (including bento). Users and bento will not build ports marked as IGNORE. FORBIDDEN is reserved for security breakages only!!! Only mark a port as FORBIDDEN if there is a security issue with the port at the time. Reviewed by: kris (portmgr)
* Fix startup-scripts for -current /bin/sh issues.anders2002-08-141-1/+2
|
* Mark FORBIDDEN if PACKAGE_BUILDING. These ports cannot build withoutmatusita2002-05-111-0/+3
| | | | | | VMware Workstation itself. Suggested by: knu
* Update VMware toolbox and VMware guestd to 3.1.1 build 1790.matusita2002-05-112-3/+3
| | | | Add comments that these are for VMware 3.x.
* Use installed vmware-guestd to detach VMware Tools CD-ROM.matusita2002-03-311-6/+1
| | | | No content change will apply with this commit.
* Change my email address to the one of @FreeBSD.org.matusita2002-03-15