ports/sysutils/ssh-copy-id/Makefile

24 lines
595 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= script to copy one's SSH keys to remote hosts
V= 8.8p1
DISTNAME= openssh-${V}
PKGNAME= ssh-copy-id-${V:S/p/pl/}
CATEGORIES= sysutils
HOMEPAGE= http://git.hands.com/ssh-copy-id
MAINTAINER= Jan-Piet Mens <ports@jpmens.net>
# License free to use
PERMIT_PACKAGE= Yes
2023-09-28 02:05:49 +00:00
SITES= https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/
2023-08-16 22:26:55 +00:00
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/contrib/ssh-copy-id ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/contrib/ssh-copy-id.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>