freebsd-ports/security/rkhunter/Makefile
Thierry Thomas 194aa248ed Fix dependency and remove the ancient pkg-message.
PR:		82336
Submitted by:	Babak Farrokhi <babak (at) farrokhi.net>
Approved by:	maintainer time-out (> 15 days)
2005-07-03 12:42:08 +00:00

44 lines
978 B
Makefile

# New ports collection makefile for: rkhunter
# Date created: 15 May 2004
# Whom: Radim Kolar
#
# $FreeBSD$
#
PORTNAME= rkhunter
PORTVERSION= 1.2.7
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://downloads.rootkit.nl/
MAINTAINER= vaidab@safe-mail.net
COMMENT= Rootkit detection tool
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PERL5= yes
NO_BUILD= yes
USE_REINPLACE= yes
MAN8= rkhunter.8
MANCOMPRESSED= no
PORTDOCS= CHANGELOG README WISHLIST
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not build on sparc64"
.endif
do-install:
cd ${WRKSRC} && ./installer.sh --installdir ${PREFIX}
${INSTALL_MAN} ${WRKSRC}/files/development/rkhunter.8 ${MAN8PREFIX}/man/man8
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/files/|} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>