aboutsummaryrefslogtreecommitdiff
path: root/security/mkp224o/Makefile
blob: 4cafd9beb0e5b9f744dce20bc7f4b88d4d3b9a4f (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

PORTNAME=	mkp224o
DISTVERSIONPREFIX=	v
DISTVERSION=	1.5.0
CATEGORIES=	security

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Vanity address generator for tor onion v3 (ed25519) hidden services

LICENSE=	CC0-1.0
LICENSE_FILE=	${WRKSRC}/COPYING.txt

LIB_DEPENDS=	libsodium.so:security/libsodium

USES=		autoreconf compiler:c11 gmake localbase:ldflags
USE_GITHUB=	yes
GH_ACCOUNT=	cathugger
GNU_CONFIGURE=	yes

MAKEFILE=	GNUmakefile

PLIST_FILES=	bin/${PORTNAME}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>