head	1.13;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.01.23;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.10.26.09.29.39;	author jhale;	state Exp;
branches;
next	1.11;

1.11
date	2012.09.21.10.07.33;	author bapt;	state Exp;
branches;
next	1.10;

1.10
date	2012.02.27.20.32.29;	author glarkin;	state Exp;
branches;
next	1.9;

1.9
date	2007.01.31.14.09.55;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2005.11.14.17.07.05;	author sem;	state Exp;
branches;
next	1.7;

1.7
date	2004.11.01.17.09.54;	author roam;	state Exp;
branches;
next	1.6;

1.6
date	2003.03.05.11.25.42;	author roam;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.19.16.07.29;	author roam;	state Exp;
branches;
next	1.4;

1.4
date	2000.11.25.08.13.46;	author roam;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.21.08.19.17;	author mharo;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.09.18.30.47;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.20.10.29.09;	author kris;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# Created by: Kris Kennaway <kris@@FreeBSD.org>
# $FreeBSD: head/security/zombiezapper/Makefile 306429 2012-10-26 09:29:39Z jhale $

PORTNAME=	zombiezapper
PORTVERSION=	1.2
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	PACKETSTORM/distributed/zombie
DISTNAME=	zombie-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Send a terminate command to Trinoo/TFN/Stacheldracht DDoS agents

BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10

LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet10-config

CPPFLAGS+=	$$(${LIBNET_CONFIG} --cflags --defines)
LDFLAGS+=	$$(${LIBNET_CONFIG} --libs)

PORTDOCS=	USAGE tekpaper.txt
PLIST_FILES=	bin/zz

.include <bsd.port.options.mk>

do-build:
	cd ${WRKSRC} && \
		${CC} ${CFLAGS} ${CPPFLAGS} -o zz zz.c ${LDFLAGS}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/zz ${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.12
log
@SVN rev 306429 on 2012-10-26 09:29:39Z by jhale

- Update MASTER_SITES
- Remove DEPRECATED/EXPIRATION_DATE as port fetches now
- Use PORTDOCS macro and PLIST_FILES instead of 4 line pkg-plist
- Convert to new options framework
- Trim Makefile header
- Remove dead WWW from pkg-descr
- Rename patch-aa to patch-zz.c

PR:		ports/172065
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.11
log
@SVN rev 304618 on 2012-09-21 10:07:33Z by bapt

Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's distilator)
@
text
@d1 1
a1 4
# Ports collection makefile for:  zombiezapper
# Date created:			  19 Feb 2000
# Whom:				  Kris Kennaway <kris@@FreeBSD.org>
#
a2 1
#
d8 1
a8 1
MASTER_SITES=	http://razor.bindview.com/tools/files/
a14 3
DEPRECATED=	No more public distfiles
EXPIRATION_DATE=	2012-10-20

d19 8
d29 1
a29 1
	${CC} ${CFLAGS} -o zz zz.c `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines` `${LIBNET_CONFIG} --libs`
d32 4
a35 5
	${INSTALL_PROGRAM} ${WRKSRC}/zz ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/zz/
	${INSTALL_DATA} ${WRKSRC}/USAGE ${PREFIX}/share/doc/zz/
	${INSTALL_DATA} ${WRKSRC}/tekpaper.txt ${PREFIX}/share/doc/zz/
@


1.10
log
@- Reassign to the heap

Requested by:	roam (on ports-developers@@)
@
text
@d19 3
@


1.9
log
@- Patch net/libnet* to versioned libraries and header files, so they can
  coexist

PR:		ports/103861
Submitted by:	alepulver
Tested by:	pointyhat
With hat:	portmgr
@
text
@d16 1
a16 1
MAINTAINER=	roam@@FreeBSD.org
@


1.8
log
@libnet update:
- move 1.0 obsoleted version to net/libnet10
  net/libnet is latest Stable Version
  net/libnet is latest Beta Version

- Fix all depended ports with a new DEPENDS scheme

- While I'm here fix security/yersinia build on 4.x
  (getopt_long and ncurses issues)

PR:		ports/85519 (based on)
Submitted by:	Stas Yakovlev <stas.yakovlev_at_gmail.com>
@
text
@d10 1
a10 1
PORTREVISION=	1
d19 1
a19 1
BUILD_DEPENDS=	libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10/
d21 1
a21 1
LIBNETCONF=	${LOCALBASE}/bin/libnet-config
d25 1
a25 1
	${CC} ${CFLAGS} -o zz zz.c `${LIBNETCONF} --cflags` `${LIBNETCONF} --defines` `${LIBNETCONF} --libs` -L${LOCALBASE}/lib -I${LOCALBASE}/include
@


1.7
log
@A long-overdue dequoting of COMMENT.  D'oh, I thought I'd done this,
like, MONTHS ago!

Submitted by:	Brian Poole <raj@@cerias.purdue.edu>
@
text
@d10 1
d19 1
a19 1
BUILD_DEPENDS=	${LOCALBASE}/bin/libnet-config:${PORTSDIR}/net/libnet/
@


1.6
log
@Update to 1.2, which adds support for Shaft and Windows versions of Trinoo.
@
text
@d16 1
a16 1
COMMENT=	"Send a terminate command to Trinoo/TFN/Stacheldracht DDoS agents"
@


1.5
log
@Remove pkg-comment files in my ports.
@
text
@d9 1
a9 1
PORTVERSION=	1.0
d12 2
a13 2
DISTNAME=	zombie
EXTRACT_SUFX=	.tar
@


1.4
log
@Take over maintainership

Approved by:	kris (former maintainer)
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/zombiezapper/Makefile,v 1.3 2000/04/21 08:19:17 mharo Exp $
d16 1
@


1.3
log
@Correct whitespace introduced during PORTNAME conversion and portlint
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/zombiezapper/Makefile,v 1.2 2000/04/09 18:30:47 cpiazza Exp $
d15 1
a15 1
MAINTAINER=	kris@@FreeBSD.org
@


1.2
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/zombiezapper/Makefile,v 1.1 2000/02/20 10:29:09 kris Exp $
d9 1
a9 1
PORTVERSION= 	1.0
@


1.1
log
@Zombiezapper sends commands to DDoS agents to stop flooding, leaving them
around for further forensics. As with most of the DDoS tools, this assumes
the agents are using the default settings.
@
text
@a1 1
# Version required:		  1.0
d5 1
a5 1
# $FreeBSD$
d8 2
a9 2
DISTNAME=	zombie
PKGNAME=	zombiezapper-1.0
d12 1
@

