ports/security/srm/Makefile
Muhammad Moinur Rahman 792b7df850
security/srm: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 14:23:42 +01:00

25 lines
597 B
Makefile

PORTNAME= srm
PORTVERSION= 1.2.15
PORTREVISION= 1
CATEGORIES= security sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} \
SF/${PORTNAME}/old_releases \
SF/${PORTNAME}/old_releases/${PORTVERSION}
MAINTAINER= mshirk@daemon-security.com
COMMENT= Secure rm, a utility which destroys file contents before unlinking
WWW= https://sourceforge.net/projects/srm/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= secure_delete
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
TEST_TARGET= test
PLIST_FILES= bin/fill_test bin/srm share/man/man1/srm.1.gz
.include <bsd.port.mk>