diff options
Diffstat (limited to 'security/destroy/Makefile')
-rw-r--r-- | security/destroy/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/destroy/Makefile b/security/destroy/Makefile new file mode 100644 index 000000000000..f965b1cdd7cc --- /dev/null +++ b/security/destroy/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: Destroy +# Date created: 2003 March 07 +# Whom: shane@freebsdhackers.net +# +# $FreeBSD$ +# + +PORTNAME= destroy +PORTVERSION= 20030307 +CATEGORIES= security +MASTER_SITES= http://www.freebsdhackers.net/destroy/ + +MAINTAINER= shane@freebsdhackers.net +COMMENT= A program to destroy files on the hard disk and unlink them + +USE_GMAKE= yes + +.include <bsd.port.mk> |