freebsd-ports/security/eschalot/Makefile
Jan Beich c12acdb82b security/eschalot: add new port
PR:		210378
Submitted by:	yuri@rawbw.com

Echalot is a TOR hidden service name generator, it allows one to produce
a (partially) customized vanity .onion address using a brute-force method.

https://github.com/ReclaimYourPrivacy/eschalot
2016-06-22 15:02:01 +00:00

29 lines
571 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= eschalot
PORTVERSION= 1.2.0
CATEGORIES= security
MAINTAINER= yuri@rawbw.com
COMMENT= Vanity onion address generator for Tor
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= ReclaimYourPrivacy
GH_TAGNAME= e9e085e
USES= gmake
USE_OPENSSL= yes
MAKE_ENV= INSTALL="${INSTALL_PROGRAM}"
MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}"
TEST_TARGET= test
PLIST_FILES= bin/eschalot bin/worgen
post-patch:
@${REINPLACE_CMD} -e '/CFLAGS.*-O2/d' ${WRKSRC}/Makefile
.include <bsd.port.mk>