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


1.11
date	2012.11.17.06.01.05;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2007.01.27.23.58.39;	author miwi;	state Exp;
branches;
next	1.9;

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

1.8
date	2005.02.14.14.30.15;	author vs;	state Exp;
branches;
next	1.7;

1.7
date	2005.02.08.22.33.47;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2004.11.14.22.26.10;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.10.22.10.52;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2003.06.15.09.30.23;	author osa;	state Exp;
branches;
next	1.3;

1.3
date	2003.06.10.09.52.32;	author osa;	state Exp;
branches;
next	1.2;

1.2
date	2003.06.09.16.09.06;	author osa;	state Exp;
branches;
next	1.1;

1.1
date	2003.05.08.05.10.46;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# Ports collection makefile for:  ike-scan
# Date created:			  04 May 2003
# Whom:				  Yonatan <onatan@@gmail.com>
#
# $FreeBSD: head/security/ike-scan/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ike-scan
PORTVERSION=	1.9
CATEGORIES=	security
MASTER_SITES=	http://www.nta-monitor.com/tools/ike-scan/download/

MAINTAINER=	onatan@@gmail.com
COMMENT=	VPN scanner and identifier

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=	--datadir=${PREFIX}/share --with-openssl=${LOCALBASE}
MAN1=		ike-scan.1 psk-crack.1

post-install:
.	if !defined(NOPORTDOCS)
		${MKDIR} ${DOCSDIR}
.		for i in AUTHORS COPYING NEWS README TODO udp-backoff-fingerprinting-paper.txt
			${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
.		endfor
.	endif

.include <bsd.port.mk>
@


1.10
log
@- Update to 1.9

PR:		108372
Submitted by:	Jonathan <afarsec@@012.net.il>
Approved by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Update to 1.8

PR:		ports/90138
Submitted by:	Jonathan <onatan@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.8
d11 1
a11 1
MASTER_SITES=	http://www.nta-monitor.com/ike-scan/download/
@


1.8
log
@Update to 1.7.1

PR:		ports/77508
Submitted by:	Jonatan B. (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.7.1
d11 1
a11 2
MASTER_SITES=	http://www.nta-monitor.com/ike-scan/download/ \
		http://berlin.ccc.de/~cryx/ike-scan/
d17 1
a17 2
xCONFIGURE_ARGS+=	--prefix=${PREFIX} --datadir=${PREFIX}/share --with-openssl
CONFIGURE_ARGS+=	--datadir=${PREFIX}/share --with-openssl
@


1.7
log
@- Update to 1.7

PR:		ports/77262
Submitted by:	Jonathan <onatan@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.7
d17 3
a19 2
HAS_CONFIGURE=	yes
CONFIGURE_ARGS+=	--prefix=${PREFIX} --datadir=${PREFIX}/share --with-openssl
@


1.6
log
@- Update maintainer's email address

PR:		ports/73939
Submitted by:	Yonatan <onatan@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.6
d18 2
a19 2
CONFIGURE_ARGS+=	"--datadir=${PREFIX}/share"
MAN1=		ike-scan.1
@


1.5
log
@Update to 1.6: minor feature enhancements but a large number of bugfixes.
See ChangeLog for details.

PR:		ports/62580
Submitted by:	Yonatan Bokovza <Yonatan@@Xpert.com>
@
text
@d3 1
a3 1
# Whom:				  Yonatan <Yonatan@@xpert.com>
d14 1
a14 1
MAINTAINER=	Yonatan@@xpert.com
@


1.4
log
@Security upgrade to 1.2 [1]
Add another MASTER_SITE [2]

Submitted by:	osa [1], kris [2]
PR:		53299
Approved by:	maintainer, fjoe (implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.2
d18 2
a19 1
CONFIGURE_ARGS+=	"--datadir=${DATADIR}"
@


1.3
log
@USE_GETOPT_LONG (introduced in previous commit) is not needed

Approved by:	fjoe (implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.1
d11 2
a12 1
MASTER_SITES=	http://berlin.ccc.de/~cryx/ike-scan/
@


1.2
log
@Update to 1.1
Add USE_GETOPT_LONG=yes (fjoe)

Submited by:	maintainer
PR:		53086
Approved by:	fjoe (mentor)
@
text
@a17 1
USE_GETOPT_LONG=yes
@


1.1
log
@Add ike-scan 1.0, VPN scanner and identifier.

PR:		51751
Submitted by:	Yonatan <Yonatan@@xpert.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.0
d11 1
a11 1
MASTER_SITES=	https://berlin.ccc.de/~cryx/
d18 1
@

