aboutsummaryrefslogtreecommitdiffstats
path: root/security/sudoscript/Makefile
blob: 18d23f4bb87e8cd6280c2556c523dc0c8d9ce16d (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
28
# New ports collection makefile for:   sudoscript
# Date created:        17 June, 2003
# Whom:                hbo@egbok.com
#
# $FreeBSD$
#

PORTNAME=   sudoscript
PORTVERSION=    2.1.2
CATEGORIES= security
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}%202.1%20release/${PORTNAME}%20${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Audited shells in Perl with sudo(8) and script(1)

MAN1=       ss.1 sudoshell.1
MAN3=       Sudoscript.3pm
MAN8=       sudoscriptd.8 sudoscript.8
MANCOMPRESSED=  no

USE_GMAKE=  yes
USE_PERL5=  yes

post-patch:
    @${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \
    ${WRKSRC}/Makefile

.include <bsd.port.mk>