Lines 1-24
Link Here
|
1 |
# Created by: shane@freebsdhackers.net |
1 |
# Ports collection makefile for: Destroy |
|
|
2 |
# Date created: 2003 March 07 |
3 |
# Date Modified: 2013 September 26 |
4 |
# Created By: Shane Kinney (mod6) modsix@gmail.com |
2 |
# $FreeBSD$ |
5 |
# $FreeBSD$ |
3 |
|
6 |
|
4 |
PORTNAME= destroy |
7 |
PORTNAME= destroy |
5 |
PORTVERSION= 20050329 |
8 |
PORTVERSION= 20130926 |
6 |
CATEGORIES= security |
9 |
CATEGORIES= security |
7 |
MASTER_SITES= http://www.freebsdhackers.net/destroy/ \ |
10 |
MASTER_SITES= http://www.mod6.net/destroy/ \ |
8 |
http://destroy.rider.us/ \ |
11 |
http://www.kinneysoft.com/destroy/ |
9 |
http://www.impurity.org/mirrors/destroy/ |
|
|
10 |
|
12 |
|
11 |
MAINTAINER= shane@freebsdhackers.net |
13 |
MAINTAINER= modsix@gmail.com |
12 |
COMMENT= Program to securely destroy files on the hard disk |
14 |
COMMENT= A program to securely destroy files on the hard disk |
13 |
|
|
|
14 |
USE_GMAKE= yes |
15 |
|
15 |
|
16 |
MAN1= destroy.1 |
16 |
MAN1= destroy.1 |
|
|
17 |
MANCOMPRESSED= yes |
18 |
|
17 |
PLIST_FILES= bin/destroy |
19 |
PLIST_FILES= bin/destroy |
18 |
|
20 |
|
19 |
NO_STAGE= yes |
|
|
20 |
do-install: |
21 |
do-install: |
21 |
${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin |
22 |
${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin |
22 |
${INSTALL_MAN} ${WRKSRC}/destroy.1 ${MAN1PREFIX}/man/man1 |
23 |
${INSTALL_MAN} ${WRKSRC}/destroy.1 ${MAN1PREFIX}/man/man1 |
23 |
|
24 |
|
|
|
25 |
deinstall: |
26 |
${RM} ${LOCALBASE}/bin/${PORTNAME} |
27 |
|
28 |
post-install: |
29 |
${STRIP} ${LOCALBASE}/bin/${PORTNAME} |
30 |
|
24 |
.include <bsd.port.mk> |
31 |
.include <bsd.port.mk> |