mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
WPA supplicant daemon for 802.11 networks.
Submitted by: sam
This commit is contained in:
parent
837a9e8ca9
commit
ab14a52078
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123844
@ -472,6 +472,7 @@
|
||||
SUBDIR += vulnerability-test-port
|
||||
SUBDIR += vuxml
|
||||
SUBDIR += vxquery
|
||||
SUBDIR += wpa_supplicant
|
||||
SUBDIR += xca
|
||||
SUBDIR += xinetd
|
||||
SUBDIR += xmlsec
|
||||
|
25
security/wpa_supplicant/Makefile
Normal file
25
security/wpa_supplicant/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: wpa_supplicant
|
||||
# Date created: 7 December 2004
|
||||
# Whom: sam
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wpa_suplicant
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://hostap.epitest.fi/releases/
|
||||
DISTNAME= wpa_supplicant-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Supplicant (client) 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/wpa_supplicant/distinfo
Normal file
2
security/wpa_supplicant/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (wpa_supplicant-0.3.0.tar.gz) = 579e663120882835b5b2484ccfa60548
|
||||
SIZE (wpa_supplicant-0.3.0.tar.gz) = 253706
|
3
security/wpa_supplicant/files/config.bsd
Normal file
3
security/wpa_supplicant/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/wpa_supplicant/pkg-descr
Normal file
9
security/wpa_supplicant/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
wpa_supplicant is a client (supplicant) 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 authenticator (server) to
|
||||
make use of this program.
|
||||
|
||||
WWW: http://hostap.epitest.fi/wpa_supplicant/
|
||||
|
||||
- Sam Leffler
|
||||
sam@FreeBSD.org
|
3
security/wpa_supplicant/pkg-plist
Normal file
3
security/wpa_supplicant/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/wpa_supplicant
|
||||
bin/wpa_passphrase
|
||||
bin/wpa_cli
|
Loading…
Reference in New Issue
Block a user