1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/diskscrub/Makefile
Alex Kozlov 3200537fc4 - Update to 2.5.2
- Convert Makefile headers to new style

PR:	ports/175167
Submitted by:	Erik Greenwald <erik@bz.bzflag.bz> (maintainer)
2013-01-12 03:55:10 +00:00

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>