head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2010.10.01.17.47.25;	author lme;	state Exp;
branches;
next	1.1;

1.1
date	2008.02.07.23.34.08;	author lme;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	fcheck
# Date created:		2008-01-31
# Whom:			Lars Engels <lme@@FreeBSD.org>
#
# $FreeBSD: head/security/fcheck/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	fcheck
PORTVERSION=	2.07.59
CATEGORIES=	security
MASTER_SITES=	http://www.sourcefiles.org/Networking/Security/Intrusion_Detection/ \
		http://bsd-geek.de/FreeBSD/distfiles/
DISTNAME=	FCheck_${PORTVERSION}

MAINTAINER=	lme@@FreeBSD.org
COMMENT=	Intrusion detection and Policy enforcement / auditing software

WRKSRC=	${WRKDIR}/${PORTNAME}

PORTDOCS=	*
PLIST_FILES=	sbin/${PORTNAME} etc/${PORTNAME}.cfg.sample
NO_BUILD=	YES
USE_PERL5=	YES

.include <bsd.port.pre.mk>

post-patch:
	@@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PREFIX}/bin/perl|' \
		-e 's|/usr/local/admtools/conf/|${PREFIX}/etc/|' ${WRKSRC}/${PORTNAME}
	@@${REINPLACE_CMD} -e 's|/usr/local/admtools/|/var/${PORTNAME}/|' \
		-e 's|/bin/file|/usr/bin/file|' -e 's|/bin/cksum|/sbin/md5|' \
		${WRKSRC}/${PORTNAME}.cfg

do-install:
	${MKDIR} /var/${PORTNAME}
	${MKDIR} /var/${PORTNAME}/logs
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.cfg ${PREFIX}/etc/${PORTNAME}.cfg.sample

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
	${INSTALL_MAN} ${WRKSRC}/install ${DOCSDIR}
.endif

.include <bsd.port.post.mk>
@


1.2
log
@- Remove dead geocities WWW
- Remove dead MASTER_SITE and add two new ones
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@FCheck is an open source PERL script providing intrusion detection and policy
enforcement of Windows 95/98/NT/3.x and Unix server administration through the
use of comparative system snapshots. FCheck can provide notification of any
differences found through use of your event management system, printer, and/or
email when any monitored files or directories are altered, including any
additions and/or deletions.

WWW:    http://www.geocities.com/fcheck2000/
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.geocities.com/fcheck2000/
a13 1
#EXTRACT_ONLY=	YES
@

