head	1.6;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.21;	author svnexp;	state Exp;
branches;
next	1.5;

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

1.4
date	2012.06.06.06.44.23;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.01.05.24.09;	author dinoex;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	tpmmanager
# Date created:				2011-01-02
# Whom:					Norikatsu Shigemura <nork@@FreeBSD.org>
#
# $FreeBSD: head/security/tpmmanager/Makefile 302594 2012-08-15 19:26:13Z tabthorpe $
#

PORTNAME=		tpmmanager
PORTVERSION=		0.8
PORTREVISION=	1
CATEGORIES=		security
MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/${PORTNAME}-${PORTVERSION}

MAINTAINER=		ports@@FreeBSD.org
COMMENT=		TPM Manager

LIB_DEPENDS=		tspi.2:${PORTSDIR}/security/trousers

LICENSE=		GPLv2
LICENSE_FILE=		${WRKSRC}/COPYING

QT_NONSTANDARD=		YES
USE_QT4=		gui moc_build qmake_build rcc_build uic_build

HAS_CONFIGURE=		YES
MAKE_JOBS_SAFE=		YES

PLIST_FILES=		bin/${PORTNAME}

.include <bsd.port.pre.mk>
.if !defined(NOPORTDOCS)
PLIST_FILES+=		${DOCSDIR_REL}/${PORTNAME}.pdf \
			${DOCSDIR_REL}/TPM_Manager.odt
PLIST_DIRSTRY=		${DOCSDIR_REL}
.endif

do-configure:
	@@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
		${QMAKE} PREFIX=${PREFIX} tpmmanager.pro

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME}        ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
	${INSTALL} -d -m 0755 ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/latex/${PORTNAME}.pdf ${DOCSDIR}/
	${INSTALL_DATA} ${WRKSRC}/doc/TPM_Manager.odt       ${DOCSDIR}/
.endif

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


1.5
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.4
log
@- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:	bapt, David Naylor (kde team)
@
text
@d14 1
a14 1
MAINTAINER=		nork@@FreeBSD.org
@


1.3
log
@- update png to 1.5.10
@
text
@a21 1
USE_QT_VER=		4
d23 1
a23 1
QT_COMPONENTS=		gui moc_build qmake_build rcc_build uic_build
@


1.2
log
@Fix MASTER_SITES.

Pointed out by:	ume
@
text
@d10 1
@


1.1
log
@Add tpmmanager 0.8, is an open source TPM (Trusted Platform
Module) management software providing an easy-to-use
graphical user interface.

WWW: http://projects.sirrix.com/trac/tpmmanager
@
text
@d11 1
a11 1
MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
@

