mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
3200537fc4
- Convert Makefile headers to new style PR: ports/175167 Submitted by: Erik Greenwald <erik@bz.bzflag.bz> (maintainer)
21 lines
382 B
Makefile
21 lines
382 B
Makefile
# Created by: Erik Greenwald <erik@smluc.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= diskscrub
|
|
PORTVERSION= 2.5.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>
|