head	1.8;
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.8
date	2013.03.02.13.44.46;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.01.21;	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.20;	author amdmi3;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313182
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	tpm-tools
# Date created:				18 Sep 2007
# Whom:					Sebastian Schuetz <sschuetz@@fhm.edu>
#
# $FreeBSD: head/security/tpm-tools/Makefile 313182 2013-03-02 03:55:25Z eadler $
#

PORTNAME=	tpm-tools
PORTVERSION=	1.3.5
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF/trousers/${PORTNAME}/${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Provides a basic set of TPM tools

LIB_DEPENDS=	tspi.2:${PORTSDIR}/security/trousers
BUILD_DEPENDS=	pkcsconf:${PORTSDIR}/security/opencryptoki
RUN_DEPENDS=	${LOCALBASE}/sbin/tcsd:${PORTSDIR}/security/trousers
RUN_DEPENDS+=	${LOCALBASE}/lib/pkcs11/libopencryptoki.so:${PORTSDIR}/security/opencryptoki

USE_GMAKE=	YES
USE_ICONV=	YES
USE_GETTEXT=	YES
USE_LDCONFIG=	YES
USE_AUTOTOOLS=	autoconf
GNU_CONFIGURE=	YES
LDFLAGS+=	-L${LOCALBASE}/lib -lintl -liconv
MAKE_JOBS_SAFE=	YES

LICENSE=	CPL
LICENSE_NAME=	Common Public License
LICENSE_FILE=	${WRKSRC}/LICENSE
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

MAN1=		tpm_sealdata.1 tpm_version.1				\
		tpmtoken_import.1 tpmtoken_init.1 tpmtoken_objects.1	\
		tpmtoken_protect.1 tpmtoken_setpasswd.1

MAN3=		tpmUnsealFile.3 tpmUnsealShred.3 tpmUnsealStrerror.3

MAN8=		tpm_changeownerauth.8 tpm_clear.8 tpm_createek.8	\
		tpm_getpubek.8 tpm_resetdalock.8 tpm_restrictpubek.8	\
		tpm_revokeek.8 tpm_selftest.8 tpm_setactive.8		\
		tpm_setclearable.8 tpm_setenable.8 tpm_setoperatorauth.8 \
		tpm_setownable.8 tpm_setpresence.8 tpm_takeownership.8

.include <bsd.port.mk>
@


1.7
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/tpm-tools/Makefile 302594 2012-08-15 19:26:13Z tabthorpe $
d34 1
a34 1
LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
@


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
@d28 1
a28 1
CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib -lintl -liconv"
@


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


1.2
log
@Fix pkg-plist, so bump PORTREVISION.

Pointed out by:		QAT
@
text
@d26 1
a26 1
USE_AUTOTOOLS=	autoconf:268
@


1.1
log
@Add tpm-tools 1.3.5, provides a basic set of TPM tools.

Obtained from:	http://bsssd.sourceforge.net/
@
text
@d10 1
d40 3
a42 2
MAN3=		tpmUnsealFile.3 tpmUnsealShred.3 tpmUnsealStrerror.3	\
		tpm_changeownerauth.8 tpm_clear.8 tpm_createek.8	\
@

