1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/fwipe/Makefile

31 lines
733 B
Makefile

# New ports collection makefile for: wipe
# Date created: 2006-09-22
# Whom: David Thiel <lx@redundancy.redundancy.org>
#
# $FreeBSD$
#
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>