Files
2024-03-16 19:42:04 +00:00

17 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>