head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


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

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

1.4
date	2007.10.04.06.00.22;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2006.12.23.20.28.25;	author ehaupt;	state Exp;
branches;
next	1.2;

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

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


desc
@@


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

PORTNAME=	pam_bsdbioapi
PORTVERSION=	1.5.1
CATEGORIES=	security
MASTER_SITES=	http://www.shapeshifter.se/pub/pam_bsdbioapi/

MAINTAINER=	fli@@shapeshifter.se
COMMENT=	PAM module for BioAPI

LIB_DEPENDS=	bioapi100.0:${PORTSDIR}/security/bioapi

USE_LDCONFIG=	yes
SUB_FILES=	pkg-message
MAN8=		pam_bsdbioapi.8
MAN3=		libbirdb.3
MAN1=		bbdm.1

OPTIONS=	FILEDB "Filebacked database backend" on \
		MYSQL  "MySQL backend" off \
		PLAIN  "Plain ASCII backend" on

.include <bsd.port.pre.mk>

PLIST_FILES=	etc/birdb.conf.sample
BACKENDS=
.if defined(WITH_FILEDB)
BACKENDS+=	filedb
PLIST_FILES+=	share/birdb/birdb_filedb.so
.endif
.if defined(WITH_MYSQL)
USE_MYSQL=	yes
BACKENDS+=	mysql
PLIST_FILES+=	share/birdb/birdb_mysql.so
.endif
.if defined(WITH_PLAIN)
BACKENDS+=	plain
PLIST_FILES+=	share/birdb/birdb_plain.so
.endif

CFLAGS+=	-fPIC
MAKE_ENV=	BACKENDS="${BACKENDS}"

post-install:
	${INSTALL} ${WRKSRC}/etc/birdb.conf ${PREFIX}/etc/birdb.conf.sample
	@@${CAT} ${PKGMESSAGE}

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


1.5
log
@- Update to 1.5.1

PR:		121732
Submitted by:	"Fredrik Lindberg" <fli@@shapeshifter.se> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@d9 1
a9 2
PORTVERSION=	1.5
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	http://shapeshifter.se/pub/pam_bsdbioapi/
@


1.3
log
@The pam_bsdbioapi(8) module always prompts for finger swiping before
failing and proceeding to the next module, even when the user has not
enrolled yet.

This patchset adds a command line option to skip this behaviour.

NOTE: This patch will go into the next upstream release.

PR:		106564
Submitted by:	Eugene M. Kim <freebsd.org@@ab.ote.we.lv>
Approved by:	Fredrik Lindberg <fli@@shapeshifter.se> (maintainer)
@
text
@a53 4
.if ${OSVERSION} < 500000
IGNORE=		needs at least FreeBSD 5.0-RELEASE
.endif

@


1.2
log
@- Update to 1.5

PR:		ports/93794
Submitted by:	Fredrik Lindberg <fli@@shapeshifter.se> (maintainer)
@
text
@d10 1
d19 1
a19 1
INSTALLS_SHLIB=	yes
@


1.1
log
@The (BSD) BioAPI service module for PAM provides authentication management
through BioAPI BSPs.

PR:		ports/91750
Submitted by:	Fredrik Lindberg <fli@@shapeshifter.se>
@
text
@d9 1
a9 1
PORTVERSION=	1.0
d18 2
d21 6
d30 23
@

