head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.06;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.14.17.16.13;	author tabthorpe;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.20.21.12.58;	author niels;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:    jbrofuzz
# Date created:				2010-03-08
# Whom:					Niels Heinen
#
# $FreeBSD: head/security/jbrofuzz/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	jbrofuzz
PORTVERSION=	2.1
CATEGORIES=	security www java
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
DISTNAME=	${PORTNAME}-jar-21

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	JBroFuzz is a web application fuzzer

USE_ZIP=	YES
USE_JAVA=	YES
NO_BUILD=	YES
JAVA_VERSION=	1.6+
PORTDOCS=	README INSTALL
WRKSRC=		${WRKDIR}/${PORTNAME}
SUB_FILES=	${PORTNAME}.sh
SUB_LIST=	JAVA_CMD=${JAVA} JBROFUZZ=${PORTNAME}

.include <bsd.port.pre.mk>

do-install:
	${MKDIR} ${JAVASHAREDIR}/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/JBroFuzz.jar ${JAVASHAREDIR}/${PORTNAME}/${PORTNAME}.jar
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
	( cd ${WRKSRC}/fuzzers/ && ${COPYTREE_SHARE} . ${DATADIR}/fuzzers/ )
.if !defined(NOPORTEXAMPLES)
	${MKDIR} ${EXAMPLESDIR}
	( cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR} )
.endif
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.	for I in ${PORTDOCS}
		${INSTALL_DATA} ${WRKSRC}/${I} ${DOCSDIR}
.	endfor
.endif

.include <bsd.port.post.mk>
@


1.2
log
@- Reassign these ports back to the heap

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@JBroFuzz is a web application fuzzer for requests being made over
HTTP or HTTPS. Its purpose is to provide a single, portable application
that offers stable web protocol fuzzing capabilities.

WWW: http://www.owasp.org/index.php/Category:OWASP_JBroFuzz

Approved by:	itetcu (mentor)
@
text
@d14 1
a14 1
MAINTAINER=	niels@@FreeBSD.org
@

