head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.08;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2010.01.04.10.01.53;	author jadawin;	state Exp;
branches;
next	1.3;

1.3
date	2009.05.06.01.01.45;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2009.04.13.10.52.57;	author dhn;	state Exp;
branches;
next	1.1;

1.1
date	2008.11.17.00.20.32;	author amdmi3;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:  Lynis
# Date created:        15 November 2008
# Whom:                Cory McIntire (loon@@noncensored.com)
#
# $FreeBSD: head/security/lynis/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	lynis
PORTVERSION=	1.2.9
CATEGORIES=	security
MASTER_SITES=	http://www.rootkit.nl/files/ \
		http://downloads.rootkit.nl/

MAINTAINER=	loon@@noncensored.com
COMMENT=	Security and system auditing tool

NO_BUILD=	yes

PORTDOCS=	*
MAN8=		lynis.8

post-patch:
	@@${REINPLACE_CMD} -e '/tINCLUDE_TARGETS/ s|".*"|"${DATADIR}/include"|; \
		/tPLUGIN_TARGETS/ s|".*"|"${DATADIR}/plugins"|; \
		/tDB_TARGETS/ s|".*"|"${DATADIR}/db"|' ${WRKSRC}/${PORTNAME}

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MANPREFIX}/man/man8
	${MKDIR} ${PREFIX}/etc/lynis
	${INSTALL_DATA} ${WRKSRC}/default.prf ${PREFIX}/etc/lynis
	${MKDIR} ${DATADIR}
.for dir in include db dev plugins
	cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${DATADIR}/
.endfor
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for f in CHANGELOG INSTALL FAQ LICENSE README
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.4
log
@- Update to 1.2.9

PR:		ports/141704
Submitted by:	Sofian Brabez <sbrabez@@gmail.com>
Approved by:	maintainer timeout
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 1.2.6

PR:		134035
Submitted by:	Cory McIntire <loon at noncensored dot com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.2.6
@


1.2
log
@- Update to 1.2.5

PR:		ports/133160
Submitted by:	mark@@foster.cc
Approved by:	maintainer timeout (two weeks), miwi (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.2.5
d38 1
a38 1
.for f in CHANGELOG INSTALL FAQ LICENSE TODO README
@


1.1
log
@Lynis is an auditing tool for Unix (specialists). It scans the
system and available software, to detect security issues. Beside
security related information it will also scan for general system
information, installed packages and configuration mistakes.

This software aims in assisting automated auditing, software patch
management, vulnerability and malware scanning of Unix based systems.
It can be run without prior installation, so inclusion on read only
storage is no problem (USB stick, cd/dvd).

WWW: http://www.rootkit.nl/projects/lynis.html
Author: Michael Boelen

PR:		128909
Submitted by:	Cory McIntire <loon at noncensored dot com>
@
text
@d9 1
a9 1
PORTVERSION=	1.2.1
@

