1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add hostapd, for software host 802.11 access points.

Submitted by: sam@
This commit is contained in:
Warner Losh 2004-12-12 22:16:22 +00:00
parent 85fe47d148
commit 837a9e8ca9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123843
6 changed files with 42 additions and 0 deletions

View File

@ -128,6 +128,7 @@
SUBDIR += heimdal
SUBDIR += hlfl
SUBDIR += hmap
SUBDIR += hostapd
SUBDIR += hostsentry
SUBDIR += hping
SUBDIR += hpn-ssh

25
security/hostapd/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: hostapd
# Date created: 7 December 2004
# Whom: sam
#
# $FreeBSD$
#
PORTNAME= hostapd
PORTVERSION= 0.3.0
CATEGORIES= security
MASTER_SITES= http://hostap.epitest.fi/releases/
DISTNAME= hostapd-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Authenticator (server) for WPA/802.1x protocols
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GMAKE= yes
post-extract:
@${CP} ${FILESDIR}/config.bsd ${WRKSRC}/.config
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (hostapd-0.3.0.tar.gz) = 2fa275b17c0c395898dd4b1fb10545ce
SIZE (hostapd-0.3.0.tar.gz) = 198308

View File

@ -0,0 +1,3 @@
CONFIG_DRIVER_BSD=y
CFLAGS += -I/usr/local/include
LIBS += -L/usr/local/lib

View File

@ -0,0 +1,9 @@
hostapd is an authenticator (server) for the WPA, 802.11i, and
802.1x security protocols typically used over wireless networks.
You must have a WPA, 802.11i, or 802.1x supplicant (client) to
make use of this program.
WWW: http://hostap.epitest.fi/
- Sam Leffler
sam@FreeBSD.org

View File

@ -0,0 +1,2 @@
bin/hostapd
bin/hostapd_cli