blob: 05f4cbd0744804c4d9dbc48f1a50541c06c7853f (
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
|
# New ports collection makefile for: wipe
# Date created: 2006-09-22
# Whom: David Thiel <lx@redundancy.redundancy.org>
#
# $FreeBSD$
#
PORTNAME= fwipe
PORTVERSION= 0.36
CATEGORIES= security
MASTER_SITES= http://jeenyus.net/~budney/linux/software/fwipe/ \
http://redundancy.redundancy.org/mirror/
MAINTAINER= lx@redundancy.redundancy.org
COMMENT= A djb-style file wiping utility
ALL_TARGET= it
INSTALL_TARGET= setup check
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>
|