mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add hostapd, for software host 802.11 access points.
Submitted by: sam@
This commit is contained in:
parent
85fe47d148
commit
837a9e8ca9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123843
@ -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
25
security/hostapd/Makefile
Normal 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>
|
2
security/hostapd/distinfo
Normal file
2
security/hostapd/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (hostapd-0.3.0.tar.gz) = 2fa275b17c0c395898dd4b1fb10545ce
|
||||
SIZE (hostapd-0.3.0.tar.gz) = 198308
|
3
security/hostapd/files/config.bsd
Normal file
3
security/hostapd/files/config.bsd
Normal file
@ -0,0 +1,3 @@
|
||||
CONFIG_DRIVER_BSD=y
|
||||
CFLAGS += -I/usr/local/include
|
||||
LIBS += -L/usr/local/lib
|
9
security/hostapd/pkg-descr
Normal file
9
security/hostapd/pkg-descr
Normal 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
|
2
security/hostapd/pkg-plist
Normal file
2
security/hostapd/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/hostapd
|
||||
bin/hostapd_cli
|
Loading…
Reference in New Issue
Block a user