mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
20 lines
470 B
Makefile
20 lines
470 B
Makefile
# Created by: Erik Greenwald <erik@smluc.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= diskscrub
|
|
PORTVERSION= 2.6.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://github.com/chaos/scrub/releases/download/${PORTVERSION}/
|
|
DISTNAME= scrub-${PORTVERSION}
|
|
|
|
MAINTAINER= erik@elfga.com
|
|
COMMENT= Writes patterns on files to make retrieving the data more difficult
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/scrub man/man1/scrub.1.gz
|
|
|
|
.include <bsd.port.mk>
|