2000-09-05 19:36:47 +02:00
|
|
|
# Ports collection makefile for: ca-roots
|
|
|
|
# Date created: Sep 5, 2000
|
|
|
|
# Whom: nsayer
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ca-roots
|
2006-02-19 16:11:13 +01:00
|
|
|
PORTVERSION= 1.2
|
2000-09-05 19:36:47 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
DISTFILES= # none
|
|
|
|
|
2002-10-21 04:31:08 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A list of SSL CA root certificates
|
2000-09-05 19:36:47 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/certs
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/ca-root.crt ${PREFIX}/share/certs
|
2000-10-19 02:24:20 +02:00
|
|
|
${LN} -sf ${PREFIX}/share/certs/ca-root.crt /etc/ssl/cert.pem
|
2000-09-05 19:36:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|