freebsd-ports/security/pkcs11-dump/Makefile

26 lines
626 B
Makefile
Raw Normal View History

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= pkcs11-dump
PORTVERSION= 0.3.4
CATEGORIES= security
2017-03-27 12:00:48 +02:00
MASTER_SITES= https://github.com/alonbl/pkcs11-dump/releases/download/pkcs11-dump-${PORTVERSION}/
MAINTAINER= ale@FreeBSD.org
COMMENT= Allow dumping PKCS\#11 token content
USES= tar:bzip2 ssl
GNU_CONFIGURE= yes
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
2014-01-31 17:49:39 +01:00
PLIST_FILES= bin/pkcs11-dump \
man/man1/pkcs11-dump.1.gz
post-patch:
@${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>