head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.15;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2011.09.23.09.35.57;	author ale;	state Exp;
branches;
next	1.2;

1.2
date	2011.04.12.13.53.21;	author ale;	state Exp;
branches;
next	1.1;

1.1
date	2011.04.06.09.42.40;	author ale;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	pkcs11-gateway
# Date created:			1 Apr 2011
# Whom:				Alex Dupre <ale@@FreeBSD.org>
#
# $FreeBSD: head/security/pkcs11-gateway/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pkcs11-gateway
PORTVERSION=	1.2
CATEGORIES=	security devel linux
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	ale

MAINTAINER=	ale@@FreeBSD.org
COMMENT=	A wrapper Cryptoki library to use Linux PKCS\#11 modules

LICENSE=	LGPL20

MAKEFILE=	Makefile.FreeBSD
USE_LDCONFIG=	yes
USE_LINUX=	yes

PLIST_FILES=	bin/pkcs11-gateway lib/libpkcs11-gateway.so \
		lib/libpkcs11-gateway.so.1

PORTDOCS=	README

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/pkcs11-gateway ${PREFIX}/bin/
	${INSTALL_LIB} ${WRKSRC}/libpkcs11-gateway.so.1 ${PREFIX}/lib/
	cd ${PREFIX}/lib && ${LN} -sf libpkcs11-gateway.so.1 \
		libpkcs11-gateway.so
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif

.include <bsd.port.mk>
@


1.3
log
@Update to 1.2 release.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Update to 1.1 release.
@
text
@d9 1
a9 1
PORTVERSION=	1.1
@


1.1
log
@pkcs11-gateway is a software that allows you to use a Linux 32-bit PKCS#11
module on FreeBSD i386/amd64.
It consists of a FreeBSD Cryptoki wrapper library that serializes and forwards
PKCS#11 function calls to a Linux server program that dlopen() and use the
real module. The communication between the two components is via a UNIX socket.
pkcs11-gateway is based on the rpc-layer of Gnome Keyring.

- Alex Dupre
ale@@FreeBSD.org
@
text
@d9 1
a9 1
PORTVERSION=	1.0
@

