head	1.7;
access;
symbols
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3;
locks; strict;
comment	@# @;


1.7
date	2006.05.31.21.33.20;	author jmelo;	state dead;
branches;
next	1.6;

1.6
date	2006.04.05.21.04.28;	author jmelo;	state Exp;
branches;
next	1.5;

1.5
date	2006.02.17.21.00.23;	author ehaupt;	state Exp;
branches;
next	1.4;

1.4
date	2005.05.27.01.12.32;	author brooks;	state Exp;
branches;
next	1.3;

1.3
date	2004.12.12.23.01.26;	author imp;	state Exp;
branches;
next	1.2;

1.2
date	2004.12.12.22.39.08;	author imp;	state Exp;
branches;
next	1.1;

1.1
date	2004.12.12.22.16.22;	author imp;	state Exp;
branches;
next	;


desc
@@


1.7
log
@- Remove this port, the version was included in base system.

Approved by:	mnag (mentor)
@
text
@# New ports collection makefile for:	hostapd
# Date created:		7 December 2004
# Whom:			sam
#
# $FreeBSD: ports/security/hostapd/Makefile,v 1.6 2006/04/05 21:04:28 jmelo Exp $
#

PORTNAME=	hostapd
PORTVERSION=	0.4.8
CATEGORIES=	security
MASTER_SITES=	http://hostap.epitest.fi/releases/ \
		http://www.freebsdbrasil.com.br/~jmelo/

MAINTAINER=	jmelo@@FreeBSD.org
COMMENT=	Authenticator (server) for WPA/802.1x protocols

LIB_DEPENDS=	dnet.1:${PORTSDIR}/net/libdnet

USE_GMAKE=	yes

WRKSRC=		${WRKDIR}/${DISTNAME}
MAKE_ENV+=	CC="${CC}"
CFLAGS+=	-DCONFIG_DRIVER_BSD

PLIST_FILES=	bin/hostapd bin/hostapd_cli

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 600007
IGNORE=is not supported on FreeBSD < 6.0
.endif

post-extract:
	@@${TOUCH} ${WRKSRC}/.config

post-patch:
	@@${REINPLACE_CMD} -e '/^CC/d' ${WRKSRC}/${MAKEFILE}

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


1.6
log
@- Change my ports MAINTAINER to jmelo@@FreeBSD.org.

Approved by:	mnag (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 0.4.8
- Pass maintainer-ship to submitter
- Use PLIST_FILES (self)
- Remove files/config.bsd (self)
- Cleanup (self)

PR:		93492
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
@
text
@d14 1
a14 1
MAINTAINER=	jmelo@@freebsdbrasil.com.br
@


1.4
log
@Use LIB_DEPENDS instead of BUILD_DEPENDS for libdnet.

Submitted by:	Pawel Worach <pawel dot worach at gmail dot com>
@
text
@d9 1
a9 2
PORTVERSION=	0.3.0
PORTREVISION=	1
d11 2
a12 2
MASTER_SITES=	http://hostap.epitest.fi/releases/
DISTNAME=	hostapd-${PORTVERSION}
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d19 2
d22 2
a23 1
USE_GMAKE=	yes
d25 1
a25 2
post-extract:
	@@${CP} ${FILESDIR}/config.bsd ${WRKSRC}/.config
d33 6
@


1.3
log
@Fix grammatical error

Submitted by: kris
@
text
@d10 1
d18 1
a18 1
BUILD_DEPENDS=	${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet
@


1.2
log
@hostapd is only supported in -current.
@
text
@d28 1
a28 1
IGNORE="hostapd is not supported on this version"
@


1.1
log
@Add hostapd, for software host 802.11 access points.

Submitted by: sam@@
@
text
@d25 7
a31 1
.include <bsd.port.mk>
@

