2013-06-03 07:40:32 +00:00
|
|
|
# Created by: marcus
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1998-04-20 02:09:56 +00:00
|
|
|
|
2001-01-16 17:33:20 +00:00
|
|
|
PORTNAME= gone
|
2010-08-01 16:21:12 +00:00
|
|
|
PORTVERSION= 1.3.6
|
2001-01-16 17:33:20 +00:00
|
|
|
CATEGORIES= misc
|
2010-08-01 16:21:12 +00:00
|
|
|
MASTER_SITES= http://www.marcuscom.com/downloads/gone/
|
1998-04-20 02:09:56 +00:00
|
|
|
|
2002-04-05 23:26:36 +00:00
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
2003-02-26 07:31:10 +00:00
|
|
|
COMMENT= A terminal locking utility with many improvements over lock(1)
|
1998-04-20 02:09:56 +00:00
|
|
|
|
|
|
|
MAN1= gone.1
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/gone
|
2001-01-16 17:33:20 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-04-20 02:09:56 +00:00
|
|
|
|
2013-06-03 07:40:32 +00:00
|
|
|
OPTIONS_DEFINE= SETUID
|
|
|
|
SETUID_DESC= Install gone setuid root for password support
|
2010-08-01 16:21:12 +00:00
|
|
|
|
2013-09-20 20:50:57 +00:00
|
|
|
NO_STAGE= yes
|
2013-06-03 07:40:32 +00:00
|
|
|
.include <bsd.port.options.mk>
|
2010-08-01 16:21:12 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1998-05-24 03:19:19 +00:00
|
|
|
#
|
|
|
|
# If you would like to be able to use system passwords for gone
|
|
|
|
# override this with WITH_SETUID=yes in your environment.
|
|
|
|
# Be aware that setting gone to suid MAY be a security hole.
|
|
|
|
#
|
2013-06-03 07:40:32 +00:00
|
|
|
.if ${PORT_OPTIONS:MSETUID}
|
2000-04-17 00:19:02 +00:00
|
|
|
CONFIGURE_ENV= with_setuid=yes
|
1998-04-20 04:41:16 +00:00
|
|
|
.else
|
2000-04-17 00:19:02 +00:00
|
|
|
CONFIGURE_ENV= with_setuid=no
|
1998-04-20 04:41:16 +00:00
|
|
|
.endif
|
2000-04-17 00:19:02 +00:00
|
|
|
|
2010-08-01 16:21:12 +00:00
|
|
|
.include <bsd.port.post.mk>
|