summaryrefslogtreecommitdiff
path: root/sysutils/stat/Makefile
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-02-16 15:16:58 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-02-16 15:16:58 +0000
commita0f0cc120efab5aa315f209e6e1e85db4ed2700a (patch)
treeab48b3335b525332cead3c3f683060034c71fa22 /sysutils/stat/Makefile
parentUpdated Lesstif port to 0.76. (diff)
Stat prints out the contents of an inode as they appear to
stat(2) in a human-readable format.
Notes
Notes: svn path=/head/; revision=5651
Diffstat (limited to 'sysutils/stat/Makefile')
-rw-r--r--sysutils/stat/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/stat/Makefile b/sysutils/stat/Makefile
new file mode 100644
index 000000000000..40d01cbf03b4
--- /dev/null
+++ b/sysutils/stat/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: stat
+# Version required: 1.3
+# Date created: 16 Februar 1996
+# Whom: wosch
+#
+# $Id: Makefile,v 1.6 1996/11/17 08:06:15 obrien Exp $
+
+DISTNAME= stat-1.3
+CATEGORIES= sysutils
+MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
+
+MAINTAINER= wosch@FreeBSD.org
+
+.include <bsd.port.mk>