1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/gone/Makefile
Steve Price f0e1947767 Update to version 1.3.1.
PR:		6703
Submitted by:	maintainer
1998-05-24 03:19:19 +00:00

30 lines
702 B
Makefile

# New ports collection makefile for: gone
# Version required: 1.3.1
# Date created: 19 April 1998
# Whom: marcus
#
# $Id: Makefile,v 1.3 1998/04/20 04:41:16 mph Exp $
#
DISTNAME= gone-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.
#
WITH_SETUID?= no
.if ${WITH_SETUID} == yes
CONFIGURE_ENV= with_setuid=yes
.else
CONFIGURE_ENV= with_setuid=no
.endif
.include <bsd.port.mk>