head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.10.04.10.48.50;	author bapt;	state Exp;
branches;
next	1.9;

1.9
date	2011.11.01.20.46.07;	author dougb;	state Exp;
branches;
next	1.8;

1.8
date	2010.05.31.02.00.47;	author ade;	state Exp;
branches;
next	1.7;

1.7
date	2008.12.18.09.51.32;	author stefan;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.06.14.00.46;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.19.17.53.21;	author miwi;	state Exp;
branches;
next	1.4;

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

1.3
date	2007.05.19.20.22.22;	author flz;	state Exp;
branches;
next	1.2;

1.2
date	2006.09.02.23.33.37;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.28.17.07.38;	author sem;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# Created by: Fredrik Lindberg <fli@@shapeshifter.se>
# $FreeBSD: head/security/bsp_upektfmess/Makefile 305249 2012-10-04 10:48:50Z bapt $

PORTNAME=	bsp_upektfmess
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://www.upek.com/support/download/ \
		http://www.shapeshifter.se/pub/bsp_upektfmess/
DISTNAME=	TFMESS_BSP_FreeBSD_1.1

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	UPEK TouchChip TFM/ESS Fingerprint BSP

LIB_DEPENDS=	bioapi100.0:${PORTSDIR}/security/bioapi \
		usb-0.1.8:${PORTSDIR}/devel/libusb
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext

PLIST_FILES=	lib/libtfmessbsp.so

USE_ZIP=	yes
USE_LDCONFIG=	yes
USE_GETTEXT=	yes
USE_ICONV=	yes
# Maintainer note
# Both the gui and the non-gui object are linked to libX11
USE_XORG=	x11 xext

RESTRICTED=	license prohibits redistribution
NO_BUILD=	yes
NO_WRKSUBDIR=	yes
ONLY_FOR_ARCHS=	i386

OPTIONS_DEFINE=	GUI

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MGUI}
TFMESSPATH=${WRKDIR}/${DISTNAME}
.else
TFMESSPATH=${WRKDIR}/${DISTNAME}/console_only
.endif

do-install:
.if !defined(BATCH)
	${SH} ${PKGREQ} ${PORTNAME} INSTALL
.endif
	${INSTALL} -o root -m 0755 ${TFMESSPATH}/libtfmessbsp.so ${PREFIX}/lib
	${PREFIX}/bin/mod_install -fi ${PREFIX}/lib/libtfmessbsp.so

post-install:
.if !defined(BATCH)
	@@${ECHO_CMD} ""
.if ${PORT_OPTIONS:MGUI}
	@@${ECHO_CMD} "You have chosen to install the GUI version, this does"
	@@${ECHO_CMD} "not always work correctly with PAM."
	@@${ECHO_CMD} "Please install the non-gui version if you intend to"
	@@${ECHO_CMD} "use this together with PAM."
	@@${ECHO_CMD} ""
.endif
	@@${ECHO_CMD} "Configuration instructions are available at"
	@@${ECHO_CMD} "http://www.shapeshifter.se/articles/upek_touchchip_freebsd/"
	@@${ECHO_CMD} ""
.endif

.include <bsd.port.mk>
@


1.10
log
@SVN rev 305249 on 2012-10-04 10:48:50Z by bapt

Convert to new options framework
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.9
log
@Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
@
text
@d1 1
a1 4
# Ports collection makefile for:	bsp_upektfmess
# Date created:			February 2006
# Whom:				Fredrik Lindberg <fli@@shapeshifter.se>
#
a2 1
#
d34 1
a34 1
OPTIONS=	GUI "Install GUI" off
d36 1
a36 1
.include <bsd.port.pre.mk>
d38 1
a38 1
.if defined(WITH_GUI)
d54 1
a54 1
.if defined(WITH_GUI)
d66 1
a66 1
.include <bsd.port.post.mk>
@


1.8
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@a40 3
.if ${OSVERSION} < 700000
IGNORE=		needs at least FreeBSD 7.0-RELEASE
.endif
@


1.7
log
@- Update to 1.1 (which works on 7.x systems only).
- Drop maintainership.

PR:		122768, 126161
Submitted by:	maintainer
@
text
@d10 1
@


1.6
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	1.0
PORTREVISION=	3
d12 2
a13 2
		http://shapeshifter.se/pub/bsp_upektfmess/
DISTNAME=	TFMESS_BSP_FreeBSD_1.0
d15 1
a15 1
MAINTAINER=	fli@@shapeshifter.se
d20 1
d30 1
a30 1
USE_XORG=	x11
d40 2
a41 2
.if ${OSVERSION} < 600000
IGNORE=		needs at least FreeBSD 6.0-RELEASE
d45 1
a45 1
TFMESSPATH=${WRKSRC}
d47 1
a47 1
TFMESSPATH=${WRKSRC}/console_only
d68 1
a68 1
	@@${ECHO_CMD} "http://shapeshifter.se/articles/upek_touchchip_freebsd/"
@


1.5
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.4
log
@- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
@
text
@d25 1
a25 1
INSTALLS_SHLIB=	yes
@


1.3
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	1
d30 1
a30 1
USE_XLIB=	yes
@


1.2
log
@NO_PACKAGE is not appropriate; use RESTRICTED instead
@
text
@d10 1
@


1.1
log
@UPEK TouchChip TFM/ESS Fingerprint BSP is a (binary only) BioAPI BSP which
provides support for UPEKs fingerprint sensors.

PR:		ports/93035
Submitted by:	Fredrik Lindberg <fli@@shapeshifter.se>
@
text
@d31 1
a31 2
NO_PACKAGE=	license prohibits redistribution
NO_CDROM=	no commercial redistribution
@

