mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
ed26b8aeaa
- Update maintainer mail adress PR: 143356 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
25 lines
461 B
Makefile
25 lines
461 B
Makefile
# New ports collection makefile for: diskscrub
|
|
# Date created: 28 November 2006
|
|
# Whom: Erik Greenwald <erik@smluc.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= diskscrub
|
|
PORTVERSION= 2.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= scrub-${PORTVERSION}
|
|
|
|
MAINTAINER= erik@bz.bzflag.bz
|
|
COMMENT= Writes patterns on files to make retrieving the data more difficult
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
|
|
MAN1= scrub.1
|
|
|
|
PLIST_FILES= bin/scrub
|
|
|
|
.include <bsd.port.mk>
|