head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.01.04;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.01.05.24.02;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2011.11.29.22.39.55;	author scheidell;	state Exp;
branches;
next	1.9;

1.9
date	2011.11.29.12.59.55;	author scheidell;	state Exp;
branches;
next	1.8;

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

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

1.6
date	2010.02.05.11.43.45;	author dinoex;	state Exp;
branches;
next	1.5;

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

1.4
date	2009.07.31.13.55.39;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2009.03.23.01.01.14;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.06.14.00.48;	author edwin;	state Exp;
branches;
next	1.1;

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


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	fprint_demo
# Date created:				April 12 2008
# Whom:					barner
#
# $FreeBSD: head/security/fprint_demo/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	fprint_demo
PORTVERSION=	20080303
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR=	pool/main/f/${PORTNAME:C/_/-/}
DISTNAME=	${PORTNAME:C/_/-/}_${PORTVERSION}git.orig

MAINTAINER=	lichray@@gmail.com
COMMENT=	Demo and test application for libfprint

LIB_DEPENDS=	fprint:${PORTSDIR}/security/libfprint

USE_AUTOTOOLS=	autoconf automake
AUTOMAKE_ARGS=	-a
GNU_CONFIGURE=	yes
USE_GNOME=	atk glib20 gtk20 pango pkgconfig
INSTALLS_ICONS=	yes

WRKSRC=	${WRKDIR}

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 800069
IGNORE=		libfprint will not compile on FreeBSD < 8
.endif

CONFIGURE_ENV+=	CRYPTO_CFLAGS=-I${OPENSSLINC} \
		CRYPTO_LIBS=-lcrypto
CFLAGS+=	-DHAVE_MEMMEM

pre-configure:
	cd ${WRKDIR} && ${ACLOCAL}

post-install:
	@@-update-desktop-database
	@@${ECHO}
	@@${ECHO} =========================================================================
	@@${ECHO}
	@@${CAT} ${PKGMESSAGE}
	@@${ECHO}
	@@${ECHO} =========================================================================
	@@${ECHO}

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


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


1.10
log
@- pkg-plist had missing lines

PR:		161226
Approved by:	maintainer timeout gabor(mentor)
Feature safe:	yes
@
text
@d10 1
@


1.9
log
@- Submitter is now Maintainer
- There's one more commit after version 0.2 on github. After that, the software discontinued. This version is adopted
by Debian
- added alocal/automake
- Committed with changed (added IGNORE for FreeBSD < 8.x since libusb 1.0 is needed, see libfprint)

PR:		161225
Submitted by:	Zhihao Yuan <lichray@@gmail.com>
Approved by:	ports (maintainer timeout) gabor (mentor)
Feature safe:	yes
@
text
@d13 1
a13 1
DISTNAME=	${PORTNAME:C/_/-/}_${PORTVERSION}+git.orig
@


1.8
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.4
PORTREVISION=	4
d11 3
a13 1
MASTER_SITES=	SF/fprint/${PORTNAME}/v${PORTVERSION}
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d20 2
a22 1
USE_BZIP2=	yes
d24 1
d26 1
a26 1
PLIST_FILES+=	bin/fprint_demo
d30 4
d38 3
d42 1
@


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


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


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


1.4
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.3
log
@Reset barner@@FreeBSD.org due to several months of inactivity.

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


1.2
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
@d15 1
a15 1
MAINTAINER=	barner@@FreeBSD.org
@


1.1
log
@Add fprint_demo 0.4, demo and test application for libfprint.
@
text
@d10 1
@

