aboutsummaryrefslogtreecommitdiffstats
path: root/security/destroy/Makefile
blob: 1ad4ff798e6daaeefd311e6bf29e932777974204 (plain) (blame)
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
# New ports collection makefile for:  Destroy
# Date created:     2003 March 07
# Whom:         shane@freebsdhackers.net
#
# $FreeBSD$
#

PORTNAME=   destroy
PORTVERSION=    20040415
CATEGORIES= security
MASTER_SITES=   http://www.freebsdhackers.net/destroy/ \
        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>