blob: 6a35974aa3615f22891c28a42d82e8af3bf0bb4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
PORTNAME= eschalot
PORTVERSION= 1.2.0.20191006
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= a45bad5
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>
|