fb4deed873
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
28 lines
541 B
Makefile
28 lines
541 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= d0_blind_id
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= security devel
|
|
|
|
MAINTAINER= freebsd@jonathanprice.org
|
|
COMMENT= Crypto library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= divVerent
|
|
GH_TAGNAME= ff1ce7e
|
|
|
|
USES= autoreconf libtool
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-openssl
|
|
USE_LDCONFIG= yes
|
|
USE_OPENSSL= yes
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.0
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libd0_rijndael.so.0
|
|
|
|
.include <bsd.port.mk>
|