1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/security/sha2wordlist/Makefile
Gerald Pfeifer 9757a2161c Revert the removal of security/sha2wordlist via revision 446377. That
happened since it was not connected to the build.  Instead fix a typo
in security/Makefile and hence connect this port.

Reported by:	jbeich
2017-07-24 16:08:36 +00:00

27 lines
517 B
Makefile

# Created by: Peter Ankerstal <peter@pean.org>
# $FreeBSD$
PORTNAME= sha2wordlist
PORTVERSION= 1.0.20140124
CATEGORIES= security
MAINTAINER= peter@pean.org
COMMENT= create SHA256 digests as PGP words
LICENSE= BSD2CLAUSE BSD3CLAUSE
LICENSE_COMB= multi
USE_GITHUB= yes
GH_ACCOUNT= kirei
GH_TAGNAME= 3615281
PLIST_FILES= sbin/sha2wordlist
post-patch:
@${REINPLACE_CMD} -e 's|gcc|cc|g' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${LOCALBASE}/sbin/
.include <bsd.port.mk>