1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/security/secure_delete/Makefile
Pav Lucistnik 39536bebbb - Update maintainer's email address
PR:		ports/88361
Submitted by:	Vaida Bogdan <vaidab@phenix.rootshell.be> (maintainer)
2005-11-01 21:20:57 +00:00

25 lines
510 B
Makefile

# New ports collection makefile for: secure_delete
# Date created: 24 Jul 2004
# Whom: Vaida Bogdan <vaida.bogdan@gmail.com>
#
# $FreeBSD$
#
PORTNAME= secure_delete
PORTVERSION= 3.1
CATEGORIES= security
MASTER_SITES= http://packetstormsecurity.org/groups/thc/
MAINTAINER= vaida.bogdan@gmail.com
COMMENT= Secure data deletion toolkit
MANCOMPRESSED= no
MAN1= srm.1 sfill.1 sswap.1 smem.1
SUB_FILES= pkg-message
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>