summaryrefslogtreecommitdiffstats
path: root/security/pam_fprint/Makefile
blob: 404382127e1e5e727811b4386b56007db44cbaaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:	pam_fprint
# Date created:				April 12 2008
# Whom:					barner
#
# $FreeBSD$
#

PORTNAME=	pam_fprint
PORTVERSION=	0.2
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	SF/fprint/${PORTNAME}/v${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	PAM module offering finger print authentication using libfprint

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

CONFIGURE_ENV+=	FPRINT_CFLAGS=-I${LOCALBASE}/include
GNU_CONFIGURE=	yes

USE_BZIP2=	yes
USE_GNOME=	pkgconfig

PLIST_FILES+=	bin/pam_fprint_enroll \
		lib/pam_fprint.so

SUB_FILES=	pkg-message
PKGMESSAGE=	${WRKDIR}/pkg-message

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

.include <bsd.port.mk>
OpenPOWER on IntegriCloud