summaryrefslogtreecommitdiffstats
path: root/security/keychain/Makefile
blob: ac821ca77c92d23bf103efc8bc6cb830193db86a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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/pub/Linux/distributions/gentoo/distfiles/ \
		ftp://sunsite.dk/mirrors/gentoo/distfiles/ \
		ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/ \
		ftp://ftp.gentoo.no/pub/linux/distributions/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>
OpenPOWER on IntegriCloud