freebsd-ports/security/chkrootkit/Makefile
Patrick Li b7caa7d18f Update to 0.36
PR:		ports/39475
Submitted by:	maintainer
2002-06-18 23:49:07 +00:00

40 lines
1.1 KiB
Makefile

# Ports collection makefile for: chkrootkit
# Date created: 13 Mar 2001
# Whom: Luiz Eduardo R. Cordeiro
#
# $FreeBSD$
#
PORTNAME= chkrootkit
PORTVERSION= 0.36
CATEGORIES= security
MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/
MAINTAINER= cordeiro@luinil.nic.br
ALL_TARGET= chkrootkit chklastlog chkwtmp ifpromisc
DOCFILES= COPYRIGHT README README.chklastlog README.chkwtmp
BINMODE= 0700
WRKSRC= ${WRKDIR}/${PORTNAME}-pre-${PORTVERSION}
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>