freebsd-ports/security/safesh/Makefile
Eivind Eklund f4c1860402 Upgrade this to V1.1:
- Add support for handling different usernames
- Add file-format support for different ports.  There is so far no way to
  specify a different port, but the "database" for safesh will not need to
  change to accomodate it.

Note that this is NOT compatible with the naming conventions used in 1.0;
as 1.0 was available for 55 minutes yesterday before being marked as
BROKEN, I hope nobody was too much inconvenienced.
2002-01-30 17:46:32 +00:00

33 lines
627 B
Makefile

# 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.1
CATEGORIES= security
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= eivind@FreeBSD.org
NO_BUILD= yes
NO_WRKSUBDIR= yes
SRC= ${.CURDIR}/src
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
.include <bsd.port.mk>