2006-06-12 19:00:25 +02:00
|
|
|
# New ports collection makefile for: pam_p11
|
|
|
|
# Date created: 1 Jun 2006
|
|
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pam_p11
|
2008-08-27 18:02:44 +02:00
|
|
|
PORTVERSION= 0.1.5
|
2009-06-16 07:55:21 +02:00
|
|
|
PORTREVISION= 2
|
2006-06-12 19:00:25 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/
|
|
|
|
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
|
|
COMMENT= A PAM module using crypto tokens for auth
|
|
|
|
|
2009-06-16 07:55:21 +02:00
|
|
|
LIB_DEPENDS= p11.3:${PORTSDIR}/security/libp11
|
2006-06-12 19:00:25 +02:00
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-06-12 19:00:25 +02:00
|
|
|
USE_OPENSSL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= pkgconfig
|
|
|
|
|
|
|
|
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
|
|
|
|
OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"
|
|
|
|
|
|
|
|
PORTDOCS= *
|
|
|
|
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
post-install:
|
2008-08-27 18:02:44 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}/wiki
|
|
|
|
@(cd ${WRKSRC} && ${CP} NEWS ${DOCSDIR})
|
|
|
|
@(cd ${WRKSRC}/doc && ${CP} README ${DOCSDIR})
|
|
|
|
@(cd ${WRKSRC}/doc && ${CP} *.css *.html ${DOCSDIR}/wiki)
|
2006-06-12 19:00:25 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|