summaryrefslogtreecommitdiff
path: root/security/srm/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-10-25 18:55:26 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-10-25 18:55:26 +0000
commite80f3b9f7e8e43e22785ed901813699b77446bb0 (patch)
treeac1616abcf0beeab04757cb9e082d860c8f663d9 /security/srm/Makefile
parentChange the install target. Hopefully this will make bento happy. (diff)
Add new port of srm 1.2.0, a utility which overwrites the contents
of files when it deletes them. PR: 22289 Submitted by: Keith J. Jones <keith.jones@ieee.org>
Notes
Notes: svn path=/head/; revision=34231
Diffstat (limited to 'security/srm/Makefile')
-rw-r--r--security/srm/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/srm/Makefile b/security/srm/Makefile
new file mode 100644
index 000000000000..ec76309abe56
--- /dev/null
+++ b/security/srm/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: srm
+# Date created: 25 Oct 2000
+# Whom: Keith J. Jones <keith.jones@ieee.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= srm
+PORTVERSION= 1.2.0
+CATEGORIES= security sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= srm
+
+MAINTAINER= keith.jones@ieee.org
+
+USE_LIBTOOL= YES
+
+MAN1= srm.1
+
+.include <bsd.port.mk>