aboutsummaryrefslogtreecommitdiffstats
path: root/security/op/Makefile
blob: fcb42f069ce3ed6ab1a0dd439c3abdfc43c42c8b (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
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   op
PORTVERSION=    1.32
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   http://swapoff.org/files/op/ \
        LOCAL/ehaupt

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Controlled privilege escalation tool

LICENSE=    BSD2CLAUSE
LICENSE_FILE=   ${WRKSRC}/COPYING

GNU_CONFIGURE=  yes

post-install:
    @${MKDIR} ${STAGEDIR}${PREFIX}/etc/op.d
    ${INSTALL_DATA} -m 0600 ${WRKSRC}/${PORTNAME}.conf \
        ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample

.include <bsd.port.mk>