summaryrefslogtreecommitdiff
path: root/security/tripwire12/Makefile
blob: 707ff26e975d52e413a930ef32ae2faf3d873ef5 (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
38
39
40
41
42
43
44
45
46
47
48
49
# New ports collection makefile for:	tripwire
# Version required:     1.2
# Date created:		31 Mar 1997
# Whom:			Joe Greco <jgreco@ns.sol.net>
#
# $FreeBSD$
#

DISTNAME=       tripwire-1.2
CATEGORIES=	security net
MASTER_SITES=   ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	jgreco@ns.sol.net

MAN5=		tw.config.5
MAN8=		siggen.8 tripwire.8
NO_CDROM=	"cannot be redistributed for more than the cost of duplication"
NO_PACKAGE=	"requires local database to be built"
RESTRICTED=	"contains crypto class algorithms"

post-extract:
	@ (cd ${WRKDIR}; tar xf T1.2.tar)

pre-configure:
	@ ${CP} ${FILESDIR}/conf-freebsd2.h ${WRKSRC}/configs
	@ ${CP} ${FILESDIR}/tw.conf.freebsd2 ${WRKSRC}/configs/tw.conf.freebsd2

post-install:
	@ ${MKDIR} /var/adm/tcheck
	@ ${CP} ${FILESDIR}/tw.conf.freebsd2 /var/adm/tcheck/tw.config
	@ ${ECHO} Creating tripwire database
	@ (cd /var/adm/tcheck; tripwire -initialize)
.if defined(TRIPWIRE_FLOPPY) && ${TRIPWIRE_FLOPPY} == YES
	@ disklabel -w -B /dev/rfd0c fd1440
	@ newfs -u 0 -t 0 -i 196608 -m 0 -T minimum -o space /dev/rfd0c
	@ mount /dev/fd0c /mnt
	@ ${GZIP_CMD} < ${PREFIX}/bin/tripwire > /mnt/tripwire
	@ ${CP} -p /var/adm/tcheck/tw.config /mnt/tw.config
	@ ${GZIP_CMD} < /var/adm/tcheck/databases/tw.db_`hostname` \
		> /mnt/tw.db_`hostname`.gz
	@ ${CP} -p ${FILESDIR}/twcheck /mnt/twcheck
	@ ${GZIP_CMD} < /usr/bin/gunzip > /mnt/gunzip
	@ ${CHMOD} 555 /mnt/tripwire /mnt/gunzip /mnt/twcheck
	@ umount /mnt
	@ ${ECHO} Do not forget to remove and write-protect the floppy.
.endif

.include <bsd.port.mk>