mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
6033b10cd2
PR: ports/79393 Submitted by: Shane Kinney <shane@freebsdhackers.net> (maintainer)
28 lines
624 B
Makefile
28 lines
624 B
Makefile
# 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>
|