freebsd-ports/security/srm/Makefile
Pav Lucistnik 826426c946 - Update to 1.2.11
PR:		ports/153911
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	maintainer timeout (15 days)
Feature safe:	yes
2011-01-26 12:04:42 +00:00

26 lines
531 B
Makefile

# New ports collection makefile for: srm
# Date created: 25 Oct 2000
# Whom: Keith J. Jones <kjones@antihackertoolkit.com>
#
# $FreeBSD$
#
PORTNAME= srm
PORTVERSION= 1.2.11
CATEGORIES= security sysutils
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= kjones@antihackertoolkit.com
COMMENT= Secure rm, a utility which destroys file contents before unlinking
CONFLICTS= secure_delete-[0-9]*
USE_XZ= yes
GNU_CONFIGURE= yes
MAN1= srm.1
PLIST_FILES= bin/srm
.include <bsd.port.mk>