freebsd-ports/security/pam_fprint/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

40 lines
897 B
Makefile

# New ports collection makefile for: pam_fprint
# Date created: April 12 2008
# Whom: barner
#
# $FreeBSD$
#
PORTNAME= pam_fprint
PORTVERSION= 0.2
PORTREVISION= 4
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>