head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.13.26.43;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2003.01.30.03.55.47;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.20.07.13.20;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	security/fakeident
# Date created:		Sun 08 Dec 12:30:00 WST 2002
# Whom:			Dean Hollister <dean@@odyssey.apana.org.au>
#
# $FreeBSD: head/security/fakeident/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	fakeident
PORTVERSION=	1.7
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://www.wa.apana.org.au/~dean/sources/ \
		ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/

MAINTAINER=	dean@@odyssey.apana.org.au
COMMENT=	Tool that replies with a standard answer to incoming identd requests

do-build:
	@@cd $(WRKSRC); \
	$(CC) $(CFLAGS) -o identd identd.c
	@@echo ""
	@@echo "*** CAUTION:"
	@@echo ""
	@@echo "This port may overwrite any other identd daemon"
	@@echo "you have installed. It is recommended that any"
	@@echo "other identd ports be deinstalled prior to"
	@@echo "running make install for this port."
	@@echo ""

do-install:
	$(INSTALL_SCRIPT) $(WRKSRC)/identd $(PREFIX)/sbin
	$(INSTALL_SCRIPT) $(FILESDIR)/fakeident.sh $(PREFIX)/etc/rc.d

.include <bsd.port.mk>
@


1.3
log
@De-pkg-comment.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Maintainer update:
	Updated Port: security/fakeident - rc.d script and localbase fix

PR:		ports/47390
Submitted by:	Dean Hollister <dean@@odyssey.apana.org.au>
@
text
@d16 1
@


1.1
log
@New Port: security/fakeident

	Fake Identd is a tool that replies with a standard answer
	to all incoming identd requests on a host, making it nearly
	perfect for a masquerading router.

PR:		ports/46090
Submitted by:	Dean Hollister <dean@@odyssey.apana.org.au>
@
text
@d10 1
d30 2
a31 2
	$(INSTALL) -m 755 -o root -g wheel $(WRKSRC)/identd $(PREFIX)/sbin
	$(INSTALL) -m 755 -o root -g wheel $(WRKSRC)/fakeident.sh $(PREFIX)/etc/rc.d
@

