head	1.16;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.16
date	2012.12.13.18.44.04;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.06.01.06;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.06.01.05.24.05;	author dinoex;	state Exp;
branches;
next	1.13;

1.13
date	2011.10.11.07.17.45;	author mm;	state Exp;
branches;
next	1.12;

1.12
date	2011.10.02.18.41.21;	author pawel;	state Exp;
branches;
next	1.11;

1.11
date	2011.09.23.22.25.13;	author amdmi3;	state Exp;
branches;
next	1.10;

1.10
date	2010.03.28.06.43.24;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2010.02.05.11.43.49;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.22.00.34.54;	author amdmi3;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.31.13.55.42;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2009.03.23.01.01.14;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2009.03.09.17.15.41;	author stas;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.06.17.59.19;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.06.14.00.55;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2008.05.17.19.15.03;	author barner;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.15.21.14.17;	author barner;	state Exp;
branches;
next	;


desc
@@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308865
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308865 | bdrewery | 2012-12-13 18:35:52 +0000 (Thu, 13 Dec 2012) | 3 lines
## SVN ##
## SVN ## - Chase graphics/ImageMagick update
## SVN ## - Trim header
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: barner
# $FreeBSD: head/security/libfprint/Makefile 308865 2012-12-13 18:35:52Z bdrewery $

PORTNAME=	libfprint
PORTVERSION=	0.4.0
PORTREVISION=	3
CATEGORIES=	security
MASTER_SITES=	http://people.freedesktop.org/~hadess/

MAINTAINER=	lichray@@gmail.com
COMMENT=	Library for fingerprint reader devices

LIB_DEPENDS+=	Magick:${PORTSDIR}/graphics/ImageMagick \
		nss3:${PORTSDIR}/security/nss

GNU_CONFIGURE=	yes
USE_BZIP2=	yes
USE_LDCONFIG=	yes
USE_OPENSSL=	yes
USE_GNOME=	gnomehack glib20 pkgconfig

CFLAGS+=	-DHAVE_MEMMEM
MAKE_JOBS_UNSAFE=yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 800069
IGNORE=		libusb-1.0 is not avaible on FreeBSD < 8
.else
CONFIGURE_ENV+=	LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
.endif

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


1.15
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	libfprint
# Date created:				April 12 2008
# Whom:					barner
#
# $FreeBSD: head/security/libfprint/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d6 1
a6 1
PORTREVISION=	2
@


1.14
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.12
log
@- Update to version 0.4.0
- Mark MAKE_JOBS_UNSAFE
- Mark IGNORE on FreeBSD < 8, needs libusb>=1.0
- Pass maintainership to submitter

PR:		ports/161224
Submitted by:	Zhihao Yuan <lichray@@gmail.com>
Approved by:	miwi, wen (mentors implicit)
@
text
@d10 1
@


1.11
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
@d9 1
a9 2
PORTVERSION=	0.0.6
PORTREVISION=	4
d11 1
a11 1
MASTER_SITES=	SF/fprint/${PORTNAME}/v${PORTVERSION}
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
d16 2
a17 1
LIB_DEPENDS+=	Magick:${PORTSDIR}/graphics/ImageMagick
d23 1
a23 1
USE_GNOME=	glib20 pkgconfig
a24 2
CONFIGURE_ENV+=	CRYPTO_CFLAGS=-I${OPENSSLINC} \
		CRYPTO_LIBS=-lcrypto
d26 1
d31 1
a31 1
LIB_DEPENDS+=	usb:${PORTSDIR}/devel/libusb
d33 1
a33 1
EXTRA_PATCHES=	${FILESDIR}/extra-patch-usb
@


1.10
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d26 2
a27 2
		CRYPTO_LIBS=-lcrypto \
		CFLAGS="${CFLAGS} -DHAVE_MEMMEM"
@


1.9
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.8
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.7
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	fprint
@


1.6
log
@Reset barner@@FreeBSD.org due to several months of inactivity.

Hat:		portmgr
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.5
log
@- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
@
text
@d15 1
a15 1
MAINTAINER=	barner@@FreeBSD.org
@


1.4
log
@- Remove conditional checks for FreeBSD 5.x and older
@
text
@d18 1
a18 2
LIB_DEPENDS+=	Magick:${PORTSDIR}/graphics/ImageMagick \
		usb:${PORTSDIR}/devel/libusb
d30 9
a38 1
.include <bsd.port.mk>
@


1.3
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
@a26 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 600000
EXTRA_PATCHES=	${FILESDIR}/extra-patch-FreeBSD5
.endif

d31 1
a31 1
.include <bsd.port.post.mk>
@


1.2
log
@- Fix build on FreeBSD5 by supplying non-existing Linux error code.

Requested by:	pointhat via pav
@
text
@d10 1
@


1.1
log
@Add libfprint 0.0.6, library for fingerprint reader devices.
@
text
@d28 4
@

