head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2011.09.23.22.25.09;	author amdmi3;	state Exp;
branches;
next	1.11;

1.11
date	2010.12.04.07.33.22;	author ade;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.02.19.35.24;	author mezz;	state Exp;
branches;
next	1.9;

1.9
date	2009.01.06.17.59.18;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2007.02.01.02.41.54;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2007.01.31.23.07.20;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2007.01.08.00.14.17;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2006.03.28.16.08.37;	author sem;	state Exp;
branches;
next	1.4;

1.4
date	2006.02.23.10.38.52;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2006.01.17.18.11.46;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.15.10.10.36;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2006.01.15.09.29.14;	author pav;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# Ports collection makefile for:	bioapi
# Date created:				10 January 2006
# Whom:					Fredrik Lindberg <fli@@shapeshifter.se>
#
# $FreeBSD: head/security/bioapi/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	bioapi
PORTVERSION=	1.2.2
PORTREVISION=	5
CATEGORIES=	security
MASTER_SITES=	http://www.qrivy.net/~michael/blua/bioapi/ \
		http://shapeshifter.se/pub/bioapi/

MAINTAINER=	fli@@shapeshifter.se
COMMENT=	BioAPI library implementation

USE_AUTOTOOLS=	libtool
USE_BZIP2=	yes
GNU_CONFIGURE=	yes
# Problems reported with higher optimization levels
CFLAGS+=	-O
CONFIGURE_ARGS=	--localstatedir=/var/db/ --with-Qt-dir=no

USE_LDCONFIG=	yes

.include <bsd.port.mk>
@


1.12
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
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Sync to new bsd.autotools.mk
@
text
@d22 1
a22 1
CONFIGURE_ENV=CFLAGS="${CFLAGS} -O"
@


1.10
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d18 1
a18 1
USE_AUTOTOOLS=	libtool:22
@


1.9
log
@- Remove conditional checks for FreeBSD 5.x and older
@
text
@d18 1
a18 1
USE_AUTOTOOLS=	libtool:15
@


1.8
log
@Use libtool port instead of included version to avoid objformat a.out botch
@
text
@d27 1
a27 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 600000
IGNORE=		needs at least FreeBSD 6.0-RELEASE
.endif

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


1.7
log
@- Convert to USE_LDCONFIG

Approved by:	Fredrik Lindberg <fli@@shapeshifter.se> (maintainer)
@
text
@d18 1
@


1.6
log
@- Fix build with gcc 4.x
- Force -O optimization level, problems reported with higher optimization
  levels

PR:		ports/107658
Submitted by:	Fredrik Lindberg <fli@@shapeshifter.se> (maintainer)
@
text
@d24 1
a24 3
INSTALLS_SHLIB=	yes
# @@cwd in plist vs ldconfig workaround
LDCONFIG_DIRS=	${PREFIX}/lib
@


1.5
log
@Teach the mod_install utility to not remove the shared object when
de-registering a BSP module from the BioAPI registry.

This is needed when adding BSP modules to the ports tree, as both
the ports system and mod_install will try to remove the file on de-install.

PR:		ports/95028
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTREVISION=	4
d20 2
@


1.4
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.3
log
@- Fix build on recent 64bit CURRENT

Reported by:	krismail
Submitted by:	Fredrik Lindberg <fli@@shapeshifter.se> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	2
d19 1
a19 1
USE_AUTOTOOLS=	libtool:15
@


1.2
log
@- Circumvent INSTALLS_SHLIB's tendency to ldconfig last @@cwd'ed directory.
  This makes package ldconfig correct directory.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@BioAPI (Biometric Application Programming Interface) brings platform and device
independence to application programmers and biometric service providers.

PR:		ports/91734
Submitted by:	Fredrik Lindberg <fli@@shapeshifter.se>
@
text
@d10 1
d23 2
@

