diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-20 02:09:56 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-20 02:09:56 +0000 |
commit | bd766646e159e02de4950a90ae9402aae1998a30 (patch) | |
tree | aeb63ad325d26d66899205d5b47138fdb79c2622 /misc/gone/Makefile | |
parent | This has been on my TODO list for awhile. Spegla is an FTP mirroring (diff) |
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/Makefile | 19 |
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> |