diff options
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 0000000..9bc3211 --- /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> |