freebsd-ports/security/keychain/Makefile
Patrick Li 18edf8155b Update to 1.9
PR:		35734
Submitted by:	Patrik Backlund <pbacklun@cc.hut.fi>
2002-03-10 16:00:57 +00:00

29 lines
559 B
Makefile

# New ports collection makefile for: keychain
# Date created: 10 September 2001
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= keychain
PORTVERSION= 1.9
CATEGORIES= security
MASTER_SITES= http://www.ibiblio.org/gentoo/distfiles/
MAINTAINER= ports@FreeBSD.org
USE_BZIP2= yes
NO_BUILD= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400016
RUN_DEPENDS= ssh-agent:${PORTSDIR}/security/openssh
.endif
do-install:
@ ${MKDIR} ${PREFIX}/bin
@ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.post.mk>