46cbef1610
Identification scheme and Blind RSA Signatures. WWW: https://github.com/divVerent/d0_blind_id PR: ports/187716 Submitted by: Jonathan Price <freebsd@jonathanprice.org>
27 lines
537 B
Makefile
27 lines
537 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= d0_blind_id
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= security devel
|
|
|
|
MAINTAINER= freebsd@jonathanprice.org
|
|
COMMENT= Crypto library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= divVerent
|
|
GH_TAGNAME= ${GH_COMMIT}
|
|
GH_COMMIT= ff1ce7e
|
|
|
|
CONFIGURE_ARGS= --with-openssl
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_AUTOTOOLS= libtoolize aclocal autoconf automake
|
|
AUTOMAKE_ARGS= --add-missing
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.0
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libd0_rijndael.so.0
|
|
|
|
.include <bsd.port.mk>
|