head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.01.15;	author svnexp;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	pkcs11-dump
PORTVERSION=	0.3.4
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}

MAINTAINER=	ale@@FreeBSD.org
COMMENT=	Allow dumping PKCS\#11 token content

PROJECTHOST=	pkcs11-tools

USE_BZIP2=	yes
USE_OPENSSL=	yes
GNU_CONFIGURE=	yes

CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
		OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"

PLIST_FILES=	bin/pkcs11-dump

MAN1=		pkcs11-dump.1

post-patch:
	@@${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \
		${WRKSRC}/Makefile.in

.include <bsd.port.mk>
@


1.1
log
@pkcs11-dump is a small utility to dump PKCS#11 token contents.

WWW:	http://sites.google.com/site/alonbarlev/pkcs11-utilities
@
text
@d5 1
a5 1
# $FreeBSD$
@

