aboutsummaryrefslogtreecommitdiffstats
path: root/security/op/Makefile
blob: 4651f6b9a5af71fa00cae7e731a83749ffe77898 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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

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>