ports/security/op/Makefile
Emanuel Haupt 4ab6c18716 */*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports.
2024-04-12 21:35:43 +02:00

28 lines
603 B
Makefile

PORTNAME= op
DISTVERSION= 1.34
PORTREVISION= 3
CATEGORIES= security
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Controlled privilege escalation tool
WWW= https://github.com/dagwieers/op/wiki
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= dagwieers
GNU_CONFIGURE= yes
CONFLICTS_INSTALL= security/1password-client
post-configure:
@${REINPLACE_CMD} -e 's|\(OPENLOG_VOID\) 0|\1 1|' ${WRKSRC}/config.h
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/op.d
${MV} ${STAGEDIR}${PREFIX}/etc/op.conf-dist \
${STAGEDIR}${PREFIX}/etc/op.conf.sample
.include <bsd.port.mk>