Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

22
security/destroy/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.11 2012/10/23 18:16:24 asau Exp $
#
DISTNAME= destroy-20040415
CATEGORIES= security
MASTER_SITES= http://www.impurity.org/mirrors/destroy/
MAINTAINER= shane@freebsdhackers.net
HOMEPAGE= http://www.freebsdhackers.net/destroy/
COMMENT= Program to securely destroy files on the hard disk
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
USE_FEATURES+= fts_open
MAKE_ENV+= CPPFLAGS=${CPPFLAGS:Q} LIBS=${LIBS:Q}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/destroy ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/destroy.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"