4ad517c798
for UNIX using SSH. This denotes moving pam_ssh out of the base system. PR: 26666 Submitted by: Andrew J. Korty <ajk@iu.edu> (author)
20 lines
359 B
Makefile
20 lines
359 B
Makefile
# New ports collection makefile for: pam_ssh
|
|
# Date created: 12 April 2001
|
|
# Whom: ajk@iu.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pam_ssh
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= pam-ssh
|
|
|
|
MAINTAINER= ajk@iu.edu
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pam_ssh.so ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|