opnsense-ports/security/destroy/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
615 B
Makefile

# Created by: shane@freebsdhackers.net aka modsix@gmail.com
# $FreeBSD$
PORTNAME= destroy
PORTVERSION= 20130926
CATEGORIES= security
MASTER_SITES= http://www.mod6.net/destroy/ \
http://www.kinneysoft.com/destroy/
MAINTAINER= modsix@gmail.com
COMMENT= Securely destroy files on the hard disk
LICENSE= BSD4CLAUSE
PLIST_FILES= bin/destroy man/man1/destroy.1.gz
do-build:
(cd ${WRKSRC} ; ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} destroy.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/destroy ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/destroy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>