mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b4455771cc
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
30 lines
621 B
Makefile
30 lines
621 B
Makefile
# New ports collection makefile for: gone
|
|
# Date created: 19 April 1998
|
|
# Whom: marcus
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gone
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/
|
|
|
|
MAINTAINER= marcus@miami.edu
|
|
|
|
MAN1= gone.1
|
|
GNU_CONFIGURE= yes
|
|
|
|
#
|
|
# 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.
|
|
#
|
|
.if defined(WITH_SETUID)
|
|
CONFIGURE_ENV= with_setuid=yes
|
|
.else
|
|
CONFIGURE_ENV= with_setuid=no
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|