head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.04;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2010.10.07.18.31.21;	author lx;	state Exp;
branches;
next	1.2;

1.2
date	2006.09.26.18.09.39;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.09.24.21.19.48;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	wipe
# Date created:			2006-09-22
# Whom:				David Thiel <lx@@redundancy.redundancy.org>
#
# $FreeBSD: head/security/fwipe/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	fwipe
PORTVERSION=	0.36
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://www.jeenyus.net/linux/software/fwipe/ \
		http://redundancy.redundancy.org/mirror/

MAINTAINER=	lx@@FreeBSD.org
COMMENT=	A djb-style file wiping utility

ALL_TARGET=	it
INSTALL_TARGET=	setup

PLIST_FILES=	bin/fwipe bin/fwipe0 bin/echo0
MAN1=		fwipe0.1 echo0.1 fwipe.1

post-extract:
	@@${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
	@@${ECHO_CMD} "${CC} -s" > ${WRKSRC}/conf-ld
	@@${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home
	@@${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-root

.include <bsd.port.mk>
@


1.3
log
@Fix MASTER_SITES and WWW, update maintainer address.

Submitted by:	http://people.freebsd.org/~ehaupt/distilator/
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Fix build problems [1]
- Fix permissions [2]

Submitted by:	pointyhat via kris [1]
                miwi [2]
Approved by:	David Thiel <lx(at)redundancy.redundancy.org> (maintainer)
@
text
@d12 1
a12 1
MASTER_SITES=	http://jeenyus.net/~budney/linux/software/fwipe/ \
d15 1
a15 1
MAINTAINER=	lx@@redundancy.redundancy.org
@


1.1
log
@Fwipe is a secure file erasing program. fwipe0, which actually erases
your files, is immune to filenames containing spaces, carriage returns,
dashes, or any other special characters. You can use it in place of rm
in cron jobs, together with "find ... -print0". The output of fwipe0 is
specially designed to be parsed easily by machine, so it can be embedded
in other applications which need secure file erasure.

WWW: http://jeenyus.net/~budney/linux/software/fwipe.html

PR:		ports/103488
Submitted by:	David Thiel <lx(at)redundancy.redundancy.org>
@
text
@d10 1
d19 1
a19 1
INSTALL_TARGET=	setup check
d22 1
a22 1
MAN1=	fwipe0.1 echo0.1 fwipe.1
@

