mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
cae60e6284
pam_fprint is a simple PAM module which uses libfprint's fingerprint processing and verification functionality for authentication. In other words, instead of seeing a password prompt, you're asked to scan your fingerprint. Submitter becomes maintainer. Is already maintainer of other ports. PR: 269554 Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38628
27 lines
537 B
Makefile
27 lines
537 B
Makefile
PORTNAME= pam_fprint
|
|
DISTVERSION= 20080330
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= Clockwork6400@protonmail.com
|
|
COMMENT= PAM module offering finger print authentication using libfprint
|
|
WWW= https://github.com/Clockwork6400/pam-fprint
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libfprint.so:security/libfprint
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Clockwork6400
|
|
|
|
PLIST_FILES+= bin/pam_fprint_enroll \
|
|
lib/pam_fprint.so
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|