head	1.18;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.16
	RELEASE_6_4_0:1.16
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.16
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.16
	RELEASE_6_1_0:1.16
	RELEASE_5_5_0:1.16
	RELEASE_6_0_0:1.16
	RELEASE_5_4_0:1.16
	RELEASE_4_11_0:1.16
	RELEASE_5_3_0:1.16
	RELEASE_4_10_0:1.15
	RELEASE_5_2_1:1.15
	RELEASE_5_2_0:1.15
	RELEASE_4_9_0:1.15
	RELEASE_5_1_0:1.14
	RELEASE_4_8_0:1.14
	RELEASE_5_0_0:1.13
	RELEASE_4_7_0:1.13
	RELEASE_4_6_2:1.12
	RELEASE_4_6_1:1.12
	RELEASE_4_6_0:1.12
	RELEASE_5_0_DP1:1.12
	RELEASE_4_5_0:1.12
	RELEASE_4_4_0:1.12
	RELEASE_4_3_0:1.12
	RELEASE_4_2_0:1.11
	RELEASE_4_1_1:1.10
	RELEASE_4_1_0:1.9
	RELEASE_3_5_0:1.9
	RELEASE_4_0_0:1.7
	RELEASE_3_4_0:1.7
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.2
	r0_3_3:1.1.1.1
	KENNAWAY:1.1.1;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2011.08.31.22.01.45;	author dhn;	state Exp;
branches;
next	1.16;

1.16
date	2004.05.25.05.38.02;	author krion;	state Exp;
branches;
next	1.15;

1.15
date	2003.07.12.10.32.13;	author kris;	state Exp;
branches;
next	1.14;

1.14
date	2003.03.07.06.10.40;	author ade;	state Exp;
branches;
next	1.13;

1.13
date	2002.06.07.01.16.21;	author kris;	state Exp;
branches;
next	1.12;

1.12
date	2001.01.27.05.58.44;	author kris;	state Exp;
branches;
next	1.11;

1.11
date	2000.09.25.12.21.38;	author asami;	state Exp;
branches;
next	1.10;

1.10
date	2000.09.21.23.43.44;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2000.04.21.08.18.18;	author mharo;	state Exp;
branches;
next	1.8;

1.8
date	2000.04.09.18.29.33;	author cpiazza;	state Exp;
branches;
next	1.7;

1.7
date	99.11.01.00.27.40;	author billf;	state Exp;
branches;
next	1.6;

1.6
date	99.10.21.19.44.32;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	99.10.21.19.41.48;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	99.08.31.06.50.05;	author mharo;	state Exp;
branches;
next	1.3;

1.3
date	99.08.31.01.51.01;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	99.03.22.13.17.08;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	99.03.16.11.18.18;	author kris;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.03.16.11.18.18;	author kris;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Switch exporter over
@
text
@# New ports collection makefile for:   fakebo
# Date created:        16 March 1999
# Whom:                Kris Kennaway <kris@@FreeBSD.org>
#
# $FreeBSD: head/security/fakebo/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	fakebo
PORTVERSION=	0.4.2.1
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A fake BackOrifice client emulator

LICENSE=	GPLv2 # (or later)
LICENSE_FILE=	${WRKSRC}/COPYING

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}

USE_AUTOTOOLS=	aclocal autoheader automake autoconf
AUTOMAKE_ARGS=	--add-missing
MAKE_JOBS_SAFE=	yes

MAN1=		fakebo.1
PORTDOCS=	README custom.replies
PLIST_FILES=	bin/fakebo etc/fakebo.conf.sample

post-extract:
	@@${FIND} ${WRKSRC} -type l -delete

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${MANPREFIX}/man/man1
	${INSTALL_DATA} ${WRKSRC}/fakebo.conf.dist ${PREFIX}/etc/fakebo.conf.sample
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
	${INSTALL_MAN} ${WRKSRC}/custom.replies ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.17
log
@- Update to 0.4.2.1

PR:		ports/160142
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@- Fix MASTER_SITES
- Pet portlint

PR:		ports/67155
Submitted by:	Roman Neuhauser <neuhauser@@chello.cz>
@
text
@d9 1
a9 2
PORTVERSION=	0.4.1
PORTREVISION=	1
d11 1
a11 4
MASTER_SITES=	ftp://the.ausmac.net/wd2a/security/port-loggers/ \
		ftp://ftp.mayn.de/pub/unix/security/network/ \
		ftp://webdiis.unizar.es/pub/unix/security/ \
		ftp://ftp.linux.hr/pub/fakebo/
d16 8
a23 1
GNU_CONFIGURE=	yes
d26 5
d33 2
a34 1
	${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin/
a35 2
	${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${PREFIX}/man/man1/

d37 2
a38 1
	${MKDIR} ${DOCSDIR}
a39 1
	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
@


1.15
log
@Drop maintainership
@
text
@d14 1
a14 1
		ftp://ftp.cps.unizar.es/pub/unix/security/ \
d30 3
a32 3
	${MKDIR} ${PREFIX}/share/doc/fakebo/
	${INSTALL_MAN} ${WRKSRC}/custom.replies ${PREFIX}/share/doc/fakebo/
	${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/fakebo/
@


1.14
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d17 1
a17 1
MAINTAINER=	kris@@FreeBSD.org
@


1.13
log
@Fix a format string vulnerability which appears to be exploitable, and
bump PORTREVISION.
@
text
@d18 1
@


1.12
log
@Fennerize a dead MASTER_SITE.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/fakebo/Makefile,v 1.11 2000/09/25 12:21:38 asami Exp $
d10 1
@


1.11
log
@Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@@orbitel.bg> and kris
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/fakebo/Makefile,v 1.10 2000/09/21 23:43:44 kris Exp $
d11 1
a11 2
MASTER_SITES=	ftp://ftp.deva.net/pub/sources/networking/ids/ \
		ftp://the.ausmac.net/wd2a/security/port-loggers/ \
@


1.10
log
@Fennerize MASTER_SITES and WWW link
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/fakebo/Makefile,v 1.9 2000/04/21 08:18:18 mharo Exp $
a17 2

WRKSRC=		${WRKDIR}/${PKGNAME}
@


1.9
log
@Correct whitespace introduced during PORTNAME conversion and portlint
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/fakebo/Makefile,v 1.8 2000/04/09 18:29:33 cpiazza Exp $
d11 4
a14 3
MASTER_SITES=	http://yi.com/home/KosturjakVlatko/ \
		ftp://ftp.bitcon.no/.4/console/adm/ \
		ftp://ftp.iinet.net.au/mirrors1/berg/files/console/adm/ \
@


1.8
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/fakebo/Makefile,v 1.7 1999/11/01 00:27:40 billf Exp $
d9 1
a9 1
PORTVERSION= 	0.4.1
@


1.7
log
@fakebo.conf doesn't exist, but fakebo.conf.dist does.
@
text
@a1 1
# Version required:    0.4.1
d5 1
a5 1
# $FreeBSD: ports/security/fakebo/Makefile,v 1.6 1999/10/21 19:44:32 kris Exp $
d8 2
a9 1
DISTNAME=	fakebo-0.4.1
@


1.6
log
@Refresh MASTER_SITES
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/fakebo/Makefile,v 1.5 1999/10/21 19:41:48 kris Exp $
d26 1
a26 1
	${INSTALL_DATA} ${WRKSRC}/fakebo.conf ${PREFIX}/etc/fakebo.conf.sample
@


1.5
log
@Upgrade to 0.4.1.
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/fakebo/Makefile,v 1.4 1999/08/31 06:50:05 mharo Exp $
d12 3
a14 3
		ftp://ftp.c-com.net/pub/.10/LinuxBerg/files/console/ \
		ftp://ftp.bitcon.no/.10/linux/linuxberg/files/console/ \
		ftp://ftp.ist.utl.pt/pub/linuxberg/files/console/
@


1.4
log
@FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
@
text
@d2 1
a2 1
# Version required:    0.3.3
d6 1
a6 1
# $FreeBSD: ports/security/fakebo/Makefile,v 1.3 1999/08/31 01:51:01 peter Exp $
d9 1
a9 2
DISTNAME=	fakebo
PKGNAME=	fakebo-0.3.3
a14 1
EXTRACT_SUFX=	.tgz
d20 2
d26 1
a26 1
	${INSTALL_DATA} ${WRKSRC}/fakebo.conf ${PREFIX}/etc/
d32 1
@


1.3
log
@$Id$ -> $FreeBSD$
@
text
@d4 1
a4 1
# Whom:                Kris Kennaway <kris@@FreeBSD.ORG>
d6 1
a6 1
# $FreeBSD$
d18 1
a18 1
MAINTAINER=	kris@@FreeBSD.ORG
@


1.2
log
@Distfile fennerage
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1999/03/16 11:18:18 kris Exp $
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d15 1
a15 1
		ftp://ftp.ist.utl.pt/Ftest/ftp/pub/linuxberg/files/console/
@


1.1.1.1
log
@FakeBO is an emulator for the BackOrifice/NetBus trojans/"remote
administration tools". It is able to "play along" with an incoming
request to get the user to reveal their intentions.
PR:		9261
@
text
@@
