1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/security/op/Makefile
Emanuel Haupt f8c87aab80 Add WWW
Notified by:	adamw
2019-03-07 13:17:06 +00:00

27 lines
534 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= op
PORTVERSION= 1.34
PORTREVISION= 1
CATEGORIES= security
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Controlled privilege escalation tool
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= dagwieers
GNU_CONFIGURE= yes
CONFLICTS_INSTALL= security/1password-client
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>