13 lines
241 B
Makefile
13 lines
241 B
Makefile
PORTNAME= obliterate
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LOCAL/wes
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Securely delete file[s]
|
|
|
|
USES= uidfix
|
|
|
|
PLIST_FILES= bin/obliterate man/man8/${PORTNAME}.8.gz
|
|
|
|
.include <bsd.port.mk>
|