head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.02.16.15.17.31;	author cy;	state dead;
branches;
next	1.1;

1.1
date	2002.03.01.01.47.15;	author cy;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Ugrade 2.3.1-2 --> 2.4.0.1

Also, document the rename of files/twpol.txt to files/twpol.m4 through
a repocopy. M4 is now used to conditionally build the initial copy of the
Tripwire policy file based on the version of FreeBSD this port is being
installed on.
@
text
@--- src/Makefile.orig	Sat Mar  3 20:03:52 2001
+++ src/Makefile	Fri Feb 22 07:48:44 2002
@@@@ -5,15 +5,16 @@@@
 #
 # This makefile handles different platforms targets through the use of the 
 # makefile variable "SYSPRE".	 To configure the make process for your specific
-# platform edit the SYSPRE variable in the Configuration section below to match your
-# setup.
+# platform edit the SYSPRE variable in the Configuration section below to match
+# your setup.
 #
 # During the build process this makefile recursively calls gmake using this
 # file (Makefile) or one of the subdirectory makefiles (e.g. core/core.mak) 
 # as the makefile.  When it does this it passes the SYSPRE definition along
 # by using the directive "SYSPRE=$(SYSPRE)".
 #
-# Comments that start with '#=' are echoed to the screen by the default target, help.
+# Comments that start with '#=' are echoed to the screen by the default target,
+# help.
 #= *** Build Commands 
 #=
 #= Please note that all Tripwire makefiles require GNU make (gmake) to build!
@@@@ -77,9 +78,11 @@@@
 #
 # i686-pc-linux == Linux Intel x86
 # sparc-linux == Linux Sparc (not fully implemented)
+# i386-unknown-freebsd == FreeBSD Intel x86
+# alpha-unknown-freebsd == FreeBSD Compaq Alpha
 #
 
-SYSPRE = i686-pc-linux
+#SYSPRE = i686-pc-linux
 #SYSPRE = sparc-linux
 #SYSPRE = i386-unknown-freebsd
 #SYSPRE = i386-unknown-openbsd
@


1.1
log
@Update from 1.2 (academic source release) to 2.3.1-2 (open source Linux
release).  In relation to Tripwire 1.x, 2.x is a complete rewrite.

PR:		ports/29137
Submitted by:	nectar (first review), cjc (second review)
@
text
@@

