ports/security/dicepassc/Makefile

26 lines
476 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = passphrase generator based on Diceware and EFF wordlists
DISTNAME = dicepassc-1.0
CATEGORIES = security
HOMEPAGE = https://www.nul.space/dicepassc/
MAINTAINER = Andre Stoebe <as@nul.space>
# ISC
PERMIT_PACKAGE = Yes
# uses pledge()
WANTLIB = c
2023-09-28 02:05:49 +00:00
SITES = https://www.nul.space/pub/dicepassc/
2023-08-16 22:26:55 +00:00
NO_TEST = Yes
pre-configure:
sed -i -e "s,/usr/local,${PREFIX},g;" \
${WRKSRC}/Makefile ${WRKSRC}/dicepassc.c ${WRKSRC}/dicepassc.1
.include <bsd.port.mk>