2003-10-06 06:28:06 +02:00
|
|
|
# New ports collection makefile for: Destroy
|
|
|
|
# Date created: 2003 March 07
|
|
|
|
# Whom: shane@freebsdhackers.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= destroy
|
2005-04-11 21:37:04 +02:00
|
|
|
PORTVERSION= 20050329
|
2003-10-06 06:28:06 +02:00
|
|
|
CATEGORIES= security
|
2004-03-12 10:43:33 +01:00
|
|
|
MASTER_SITES= http://www.freebsdhackers.net/destroy/ \
|
2005-04-11 21:37:04 +02:00
|
|
|
http://destroy.rider.us/ \
|
2004-03-12 10:43:33 +01:00
|
|
|
http://www.impurity.org/mirrors/destroy/
|
2003-10-06 06:28:06 +02:00
|
|
|
|
|
|
|
MAINTAINER= shane@freebsdhackers.net
|
2004-03-12 10:43:33 +01:00
|
|
|
COMMENT= A program to securely destroy files on the hard disk
|
2003-10-06 06:28:06 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2004-03-12 10:43:33 +01:00
|
|
|
MAN1= destroy.1
|
|
|
|
PLIST_FILES= bin/destroy
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/destroy.1 ${MAN1PREFIX}/man/man1
|
|
|
|
|
2003-10-06 06:28:06 +02:00
|
|
|
.include <bsd.port.mk>
|