head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.2;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.01.09;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.08.15.19.26.13;	author tabthorpe;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.23.22.25.14;	author amdmi3;	state Exp;
branches;
next	1.4;

1.4
date	2010.12.25.16.55.33;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2010.12.04.07.33.29;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2010.11.20.22.17.27;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2010.11.07.12.11.12;	author nork;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	openssl_tpm_engine
# Date created:				18 Sep 2007
# Whom:					Sebastian Schuetz <sschuetz@@fhm.edu>
#
# $FreeBSD: head/security/openssl_tpm_engine/Makefile 302594 2012-08-15 19:26:13Z tabthorpe $
#

PORTNAME=	openssl_tpm_engine
PORTVERSION=	0.4.1
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF/trousers/OpenSSL%20TPM%20Engine/${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	OpenSSL TPM engine

RUN_DEPENDS=	${LOCALBASE}/sbin/tcsd:${PORTSDIR}/security/trousers
LIB_DEPENDS=	tspi.2:${PORTSDIR}/security/trousers

USE_GMAKE=	YES
GNU_CONFIGURE=	YES
MAKE_JOBS_SAFE=	YES
USE_AUTOTOOLS=	autoconf libtool
LDFLAGS+=	-L${LOCALBASE}/lib

SUB_FILES=	pkg-message

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

.include <bsd.port.pre.mk>
CFLAGS+=	-I${LOCALBASE}/include

post-patch:
	@@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/openssl.cnf.sample

post-install:
	@@[ -d ${EXAMPLESDIR} ] || ${MKDIR} ${EXAMPLESDIR}
	@@${INSTALL_DATA} ${WRKSRC}/openssl.cnf.sample ${EXAMPLESDIR}
	@@${CAT}	${PKGMESSAGE}

.include <bsd.port.post.mk>
@


1.6
log
@SVN rev 302594 on 2012-08-15 19:26:13Z by tabthorpe

- Reassign nork@@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d14 1
a14 1
MAINTAINER=	nork@@FreeBSD.org
@


1.4
log
@- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
@
text
@d24 1
a24 1
CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib"
@


1.3
log
@Sync to new bsd.autotools.mk
@
text
@d14 1
a14 1
MAINTAINER=	nork@@freebsd.org
@


1.2
log
@Fix crash of RSA key generator.
@
text
@d23 1
a23 1
USE_AUTOTOOLS=	autoconf:268 libtool:22
@


1.1
log
@Add openssl_tpm_engine 0.4.1, is a OpenSSL TPM engine.

Obtained from:	http://bsssd.sourceforge.net/
@
text
@d10 1
@

