freebsd-ports/security/engine_pkcs11/Makefile
Alex Dupre 6050f3251d Engine_pkcs11 is an implementation of an engine for OpenSSL.
It can be loaded using code, config file or command line and
will pass any function call by openssl to a PKCS#11 module.
Engine_pkcs11 is meant to be used with smart cards and software
for using smart cards in PKCS#11 format, such as OpenSC.

WWW:	http://www.opensc-project.org/engine_pkcs11/

Note: the port requires the OpenSSL installed from ports,
since dynamic engine loading is disabled in base system.
See PR bin/79570 for details.
2006-06-12 17:04:13 +00:00

35 lines
730 B
Makefile

# New ports collection makefile for: engine_pkcs11
# Date created: 1 Jun 2006
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= engine_pkcs11
PORTVERSION= 0.1.3
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/
MAINTAINER= ale@FreeBSD.org
COMMENT= An implementation of a PKCS#11 engine for OpenSSL
LIB_DEPENDS= p11.1:${PORTSDIR}/security/libp11
USE_OPENSSL= yes
WITH_OPENSSL_PORT=yes
GNU_CONFIGURE= yes
USE_GNOME= pkgconfig
CONFIGURE_ARGS= --with-openssl="${OPENSSLBASE}"
DOC_FILES= README *.sh *.xsl *.css *.html
PORTDOCS= *
.ifndef(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/doc && ${CP} -R ${DOC_FILES} ${DOCSDIR})
.endif
.include <bsd.port.mk>