blob: e99c588b6ab74dfef1810e0a147c64b7e13c9867 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: Destroy
# Date created: 2003 March 07
# Whom: shane@freebsdhackers.net
#
# $FreeBSD$
#
PORTNAME= destroy
PORTVERSION= 20050329
CATEGORIES= security
MASTER_SITES= http://www.freebsdhackers.net/destroy/ \
http://destroy.rider.us/ \
http://www.impurity.org/mirrors/destroy/
MAINTAINER= shane@freebsdhackers.net
COMMENT= A program to securely destroy files on the hard disk
USE_GMAKE= yes
MAN1= destroy.1
PLIST_FILES= bin/destroy
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/destroy.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>
|