1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/security/pam_p11/Makefile
Alex Dupre 2097bcf8aa Random SHA-1 hashes should be sized as real ones.
Submitted by:	Pawel Worach <pawel.worach@gmail.com>
2008-10-31 11:31:35 +00:00

38 lines
825 B
Makefile

# New ports collection makefile for: pam_p11
# Date created: 1 Jun 2006
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pam_p11
PORTVERSION= 0.1.5
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/
MAINTAINER= ale@FreeBSD.org
COMMENT= A PAM module using crypto tokens for auth
LIB_DEPENDS= p11.1:${PORTSDIR}/security/libp11
USE_AUTOTOOLS= libtool:15
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:
@${MKDIR} ${DOCSDIR}/wiki
@(cd ${WRKSRC} && ${CP} NEWS ${DOCSDIR})
@(cd ${WRKSRC}/doc && ${CP} README ${DOCSDIR})
@(cd ${WRKSRC}/doc && ${CP} *.css *.html ${DOCSDIR}/wiki)
.endif
.include <bsd.port.mk>