freebsd-ports/security/eschalot/Makefile
2018-10-14 18:25:41 +00:00

28 lines
569 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= eschalot
PORTVERSION= 1.2.0.20180118
CATEGORIES= security
MAINTAINER= yuri@FreeBSD.org
COMMENT= Vanity onion address generator for Tor
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= ReclaimYourPrivacy
GH_TAGNAME= 56a967b
USES= gmake ssl
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>