1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/security/wipe/Makefile
Dmitry Marakasov 5691314ef0 - fix the core dump when wiping e.g. /tmp/testfile ([1])
- fix permissions handling ([2])

PR:		139611 [1], 139637 [2]
Submitted by:	Michael <bug_report@arcor.de> [1], Christoph Weber-Fahr <cwf-ml@arcor.de> [2]
Patch by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2009-10-29 18:27:46 +00:00

33 lines
666 B
Makefile

# New ports collection makefile for: wipe
# Date created: 04 February 2005
# Whom: Edson Brandi <ebrandi@fugspbr.org>
#
# $FreeBSD$
#
PORTNAME= wipe
PORTVERSION= 2.3.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= rfarmer@predatorlabs.net
COMMENT= File and block device wiping utility
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN1= wipe.1
PORTDOCS= CHANGES INSTALL LICENSE README TESTING TODO copyright
post-install:
${INSTALL_MAN} ${WRKSRC}/wipe.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/wipe
for i in ${PORTDOCS}; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${DOCSDIR}; \
done
.endif
.include <bsd.port.mk>