mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
090059a210
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)
42 lines
914 B
Makefile
42 lines
914 B
Makefile
# New ports collection makefile for: pam_fprint
|
|
# Date created: April 12 2008
|
|
# Whom: barner
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pam_fprint
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= fprint
|
|
|
|
MAINTAINER= barner@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>
|