freebsd-ports/security/pkcs11-helper/Makefile

46 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: pkcs11-helper
# Date created: 8 Jan 2007
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pkcs11-helper
2009-03-09 08:37:45 +01:00
PORTVERSION= 1.07
CATEGORIES= security devel
MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/
MAINTAINER= ale@FreeBSD.org
2007-09-18 14:36:58 +02:00
COMMENT= A helper library for multiple PKCS\#11 providers
USE_BZIP2= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"
2007-10-05 08:09:00 +02:00
CONFIGURE_ARGS= --disable-crypto-engine-gnutls \
--disable-crypto-engine-nss
2007-07-05 15:00:25 +02:00
MAN8= pkcs11-helper-1.8
PORTDOCS= *
post-patch:
2007-07-05 15:00:25 +02:00
@${REINPLACE_CMD} 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' \
${WRKSRC}/configure
@${REINPLACE_CMD} 's|install-data-am: install-apidocDATA|install-data-am:|' \
${WRKSRC}/doc/api/Makefile.in
2007-07-05 15:00:25 +02:00
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} 's|install-data-am: install-man install-nodist_htmlDATA|install-data-am: install-man|' \
${WRKSRC}/man/Makefile.in
.endif
2007-07-05 15:00:25 +02:00
.include <bsd.port.mk>