Lines 6-17
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= keychain |
8 |
PORTNAME= keychain |
9 |
PORTVERSION= 1.9 |
9 |
PORTVERSION= 2.0.2 |
10 |
CATEGORIES= security |
10 |
CATEGORIES= security |
11 |
MASTER_SITES= http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/ \ |
11 |
MASTER_SITES= ${MASTER_SITE_SUNSITE} |
12 |
ftp://sunsite.dk/mirrors/gentoo/distfiles/ \ |
12 |
MASTER_SITE_SUBDIR= distributions/gentoo/distfiles |
13 |
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/ \ |
|
|
14 |
ftp://ftp.gentoo.no/pub/linux/distributions/gentoo/distfiles/ |
15 |
|
13 |
|
16 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= ports@FreeBSD.org |
17 |
|
15 |
|
Lines 24-31
Link Here
|
24 |
RUN_DEPENDS= ssh-agent:${PORTSDIR}/security/openssh |
22 |
RUN_DEPENDS= ssh-agent:${PORTSDIR}/security/openssh |
25 |
.endif |
23 |
.endif |
26 |
|
24 |
|
|
|
25 |
DOCS= ChangeLog README |
26 |
|
27 |
do-install: |
27 |
do-install: |
28 |
@ ${MKDIR} ${PREFIX}/bin |
28 |
${INSTALL_SCRIPT} ${WRKSRC}/keychain ${PREFIX}/bin |
29 |
@ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |
29 |
.if !defined(NOPORTDOCS) |
|
|
30 |
@${MKDIR} ${DOCSDIR} |
31 |
.for file in ${DOCS} |
32 |
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} |
33 |
.endfor |
34 |
.endif |
30 |
|
35 |
|
31 |
.include <bsd.port.post.mk> |
36 |
.include <bsd.port.post.mk> |