aboutsummaryrefslogtreecommitdiffstats
path: root/security/chkrootkit/Makefile
blob: dda12250b9ec91b67a3f7155c9c6d24e4ce87224 (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
29
30
31
32
33
34
35
36
37
# Ports collection makefile for:    chkrootkit
# Date created:             13 Mar 2001
# Whom:                 Luiz Eduardo R. Cordeiro
#
# $FreeBSD$
#

PORTNAME=   chkrootkit
PORTVERSION=    0.31
CATEGORIES= security
MASTER_SITES=   ftp://ftp.pangeia.com.br/pub/seg/pac/

MAINTAINER= cordeiro@iqm.unicamp.br

ALL_TARGET= chkrootkit chklastlog chkwtmp ifpromisc

DOCFILES=   COPYRIGHT README.chklastlog README.chkwtmp

pre-patch:
    ${PERL} -pi -e "s/^CC/#CC/; s/^CFLAGS/#CFLAGS/" ${WRKSRC}/Makefile
    ${PERL} -pi -e \
        's#\./chklastlog#${PREFIX}/sbin/chklastlog#g; \
        s#\./chkwtmp#${PREFIX}/sbin/chkwtmp#g; \
        s#\./ifpromisc#${PREFIX}/sbin/ifpromisc#g; ' \
        ${WRKSRC}/chkrootkit

do-install:
    ${INSTALL_SCRIPT}  ${WRKSRC}/chkrootkit ${PREFIX}/sbin
    ${INSTALL_PROGRAM} ${WRKSRC}/chklastlog ${PREFIX}/sbin
    ${INSTALL_PROGRAM} ${WRKSRC}/chkwtmp    ${PREFIX}/sbin
    ${INSTALL_PROGRAM} ${WRKSRC}/ifpromisc  ${PREFIX}/sbin
.if !defined(NOPORTDOCS)
    @${MKDIR} ${PREFIX}/share/doc/chkrootkit
    ${INSTALL_DATA} ${DOCFILES:C,^,${WRKSRC}/,} ${PREFIX}/share/doc/chkrootkit
.endif

.include <bsd.port.mk>