1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/security/eschalot/Makefile
Mathieu Arnold a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00

29 lines
558 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 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>