forked from Lainports/freebsd-ports
16 lines
308 B
Makefile
16 lines
308 B
Makefile
PORTNAME= obliterate
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LOCAL/wes
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Securely delete file[s]
|
|
|
|
USES= uidfix
|
|
|
|
MAKE_ARGS= MANDIR="${PREFIX}/share/man/man"
|
|
|
|
PLIST_FILES= bin/obliterate share/man/man8/${PORTNAME}.8.gz
|
|
|
|
.include <bsd.port.mk>
|