head	1.16;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.16
date	2013.02.18.21.46.33;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2011.07.03.11.40.46;	author swills;	state Exp;
branches;
next	1.13;

1.13
date	2010.08.09.13.28.48;	author arved;	state Exp;
branches;
next	1.12;

1.12
date	2010.07.27.01.25.17;	author wxs;	state Exp;
branches;
next	1.11;

1.11
date	2009.08.25.07.43.51;	author erwin;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.25.01.14.04;	author lippe;	state Exp;
branches;
next	1.9;

1.9
date	2009.01.06.13.01.09;	author rafan;	state Exp;
branches;
next	1.8;

1.8
date	2008.07.25.14.34.35;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2008.06.06.14.00.48;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2008.03.14.18.54.35;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2008.02.28.21.47.03;	author arved;	state Exp;
branches;
next	1.4;

1.4
date	2007.01.31.14.09.53;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.13.04.15.02;	author edwin;	state Exp;
branches;
next	1.2;

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

1.1
date	2005.12.16.20.15.06;	author ehaupt;	state Exp;
branches;
next	;


desc
@@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312526
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	fiked
# Date created:				2005-12-07
# Whom:					Daniel Roethlisberger <daniel@@roe.ch>
#
# $FreeBSD: head/security/fiked/Makefile 312526 2013-02-18 21:13:02Z dinoex $
#

PORTNAME=	fiked
PORTVERSION=	0.0.5
PORTREVISION=	3
CATEGORIES=	security
MASTER_SITES=	http://mirror.roe.ch/dist/fiked/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A fake IKE PSK+XAUTH daemon based on VPNC

LIB_DEPENDS=	gcrypt:${PORTSDIR}/security/libgcrypt
.if !defined(WITHOUT_LIBNET)
LIB_DEPENDS+=	net:${PORTSDIR}/net/libnet
.endif

USE_BZIP2=	yes
USE_GMAKE=	yes

MAKEFILE=	GNUmakefile

PLIST_FILES=	bin/fiked
MAN1=		fiked.1
PORTDOCS=	README NEWS

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

post-patch:
	@@${REINPLACE_CMD} -e 's|=-g|=|' ${WRKSRC}/${MAKEFILE}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/fiked ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/fiked.1 ${PREFIX}/man/man1/
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.15
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/fiked/Makefile 300897 2012-07-14 14:29:18Z beat $
d10 1
a10 1
PORTREVISION=	2
d17 1
a17 1
LIB_DEPENDS=	gcrypt.18:${PORTSDIR}/security/libgcrypt
d19 1
a19 1
BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
@


1.14
log
@- Chase the libgcrypt shared lib version
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Drop Maintainership

PR:		149436
Submitted by:	old maintainer
@
text
@d10 1
a10 1
PORTREVISION=	1
d17 1
a17 1
LIB_DEPENDS=	gcrypt.17:${PORTSDIR}/security/libgcrypt
@


1.12
log
@Chase security/libgcrypt shlib bump.

PR:		ports/148755
Submitted by:	Hirohisa Yamaguchi <umq@@ueo.co.jp>
@
text
@d14 1
a14 1
MAINTAINER=	daniel@@roe.ch
@


1.11
log
@Fix INDEX
@
text
@d10 1
d17 1
a17 1
LIB_DEPENDS=	gcrypt.16:${PORTSDIR}/security/libgcrypt
@


1.10
log
@- Update to 0.0.5.

PR:		ports/137403
Submitted by:	Daniel Roethlisberger <daniel@@roe.ch> (maintainer)
@
text
@d30 2
@


1.9
log
@- Bump PORTREVISION due to share library version bump in security/libgcrypt

PR:		 ports/127478
@
text
@d9 1
a9 2
PORTVERSION=	0.0.4
PORTREVISION=	4
d11 1
a11 2
MASTER_SITES=	http://dragon.roe.ch/bitsnpieces/fiked/ \
		http://mirror.roe.ch/dist/fiked/
a29 2
LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet11-config

d31 1
a31 5
	@@${REINPLACE_CMD} -e \
		's|=-g|=|; \
		 s|-lnet|`${LIBNET_CONFIG} --libs`|; \
		 s|-DWITH_LIBNET|& `${LIBNET_CONFIG} --cflags`|' \
		${WRKSRC}/${MAKEFILE}
@


1.8
log
@- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
@
text
@d10 1
a10 1
PORTREVISION=	3
d18 1
a18 1
LIB_DEPENDS=	gcrypt.15:${PORTSDIR}/security/libgcrypt
@


1.7
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@a24 1
USE_GCC=	3.2+
@


1.6
log
@- Update MASTER_SITES

PR:		121334
Submitted by:	Daniel Roethlisberger <daniel@@roe.ch> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.5
log
@Chase libgcrypt library version
@
text
@d13 1
a13 1
		http://home.tiscalinet.ch/roe/fiked/
@


1.4
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
@d10 1
a10 1
PORTREVISION=	1
d18 1
a18 1
LIB_DEPENDS=	gcrypt.13:${PORTSDIR}/security/libgcrypt
@


1.3
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d10 1
d20 1
a20 1
BUILD_DEPENDS=	libnet*>=1.1.2,1:${PORTSDIR}/net/libnet
d33 2
d36 5
a40 1
	@@${REINPLACE_CMD} -e 's|=-g|=|' ${WRKSRC}/${MAKEFILE}
@


1.2
log
@[maintainer] Update security/fiked to 0.0.4, really fix build on 4.x

	Port changes:
	 * Set USE_GCC to allow build on FreeBSD 4.x
	 * Add WITHOUT_LIBNET knob
	 * Remove CC fixes, upstream makefile honours CC now
	 * Upgrade to 0.0.4

	Upstream changes:
	 * Support for dropping privileges to unprivileged user
	 * Portability fixes
	 * Bug fixes

RP:		ports/90722
Submitted by:	Daniel Roethlisberger <daniel@@roe.ch>
@
text
@a24 1
USE_REINPLACE=	yes
@


1.1
log
@Add, security/fiked, a fake IKE PSK+XAUTH daemon based on VPNC.

This is a fake IKE daemon supporting just enough of the standards and Cisco
extensions to attack commonly found insecure Cisco PSK+XAUTH VPN setups.

If you know the pre-shared key, also known as shared secret or group password,
you can impersonate the VPN gateway in IKE phase 1, and learn XAUTH user
credentials in phase 2.

PR:		90372
Submitted by:	Daniel Roethlisberger <daniel@@roe.ch>
@
text
@d9 1
a9 1
PORTVERSION=	0.0.2
d18 1
d20 1
d24 1
a28 2
MAKE_ENV+=	CC="${CC}"

d31 1
a31 7
PORTDOCS=	README

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=		"Does not compile on FreeBSD 4.x"
.endif
d34 1
a34 1
	@@${REINPLACE_CMD} -e 's|^\(CC\)=|\1?=|; s|=-g|=|' ${WRKSRC}/${MAKEFILE}
d41 1
a41 1
	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
d44 1
a44 1
.include <bsd.port.post.mk>
@

