aboutsummaryrefslogtreecommitdiff
path: root/misc/gone/Makefile
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-04-20 02:09:56 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-04-20 02:09:56 +0000
commitbd766646e159e02de4950a90ae9402aae1998a30 (patch)
treeaeb63ad325d26d66899205d5b47138fdb79c2622 /misc/gone/Makefile
parentcf86e6c3cd09a9877315c71525bbb81db77b4f5a (diff)
downloadports-bd766646e159e02de4950a90ae9402aae1998a30.tar.gz
ports-bd766646e159e02de4950a90ae9402aae1998a30.zip
Imported gone 1.3, an improved version of lock(1).
PR: 6354 Submitted by: Joe "Marcus" Clarke <marcus@miami.edu>
Notes
Notes: svn path=/head/; revision=10599
Diffstat (limited to 'misc/gone/Makefile')
-rw-r--r--misc/gone/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/gone/Makefile b/misc/gone/Makefile
new file mode 100644
index 000000000000..9bc32111dc7f
--- /dev/null
+++ b/misc/gone/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: gone
+# Version required: 1.3
+# Date created: 19 April 1998
+# Whom: marcus
+#
+# $Id$
+#
+
+DISTNAME= gone-1.3
+CATEGORIES= misc
+MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/
+
+MAINTAINER= marcus@miami.edu
+
+GNU_CONFIGURE= yes
+
+MAN1= gone.1
+
+.include <bsd.port.mk>