blob: 99ba131940964b0d257e65668027ed7fda7f7c40 (
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= 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>
|