freebsd-ports/security/pam_fprint/Makefile
Michael Scheidell a6acced551 - Submitter is now Maintainer
- There's one more commit after version 0.2 on github. After that, the
software discontinued. This version is adopted
  by Debian
  - added alocal/automake
  - Committed with changed (added IGNORE for FreeBSD < 8.x since libusb
1.0 is needed, see libfprint)

PR:		161225
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Approved by:	ports (maintainer timeout) gabor (mentor)
Feature safe:	yes
2011-11-29 14:56:21 +00:00

53 lines
1.2 KiB
Makefile

# New ports collection makefile for: pam_fprint
# Date created: April 12 2008
# Whom: barner
#
# $FreeBSD$
#
PORTNAME= pam_fprint
PORTVERSION= 20080330
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/p/${PORTNAME:C/_/-/}
DISTNAME= ${PORTNAME:C/_/-/}_${PORTVERSION}+git.orig
MAINTAINER= lichray@gmail.com
COMMENT= PAM module offering finger print authentication using libfprint
LIB_DEPENDS= fprint:${PORTSDIR}/security/libfprint
USE_AUTOTOOLS= autoconf automake
AUTOMAKE_ARGS= -a
CONFIGURE_ENV+= FPRINT_CFLAGS=-I${LOCALBASE}/include
GNU_CONFIGURE= yes
USE_GNOME= pkgconfig
WRKSRC= ${WRKDIR}
PLIST_FILES+= bin/pam_fprint_enroll \
lib/pam_fprint.so
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800069
IGNORE= dependency libfprint will not compile on FreeBsd < 8
.endif
pre-configure:
cd ${WRKDIR} && ${ACLOCAL}
post-install:
@${ECHO}
@${ECHO} =========================================================================
@${ECHO}
@${CAT} ${PKGMESSAGE}
@${ECHO}
@${ECHO} =========================================================================
@${ECHO}
.include <bsd.port.post.mk>