mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
4e37af4595
every interface. This ioctl will fail on if_fwe and if_plip (and probably others). Therefore make the failing ioctl() non-fatal and issue a warning only. PR: ports/83381 Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer)
27 lines
524 B
Makefile
27 lines
524 B
Makefile
# New ports collection makefile for: net/wmwifi
|
|
# Date created: 01.07.2005
|
|
# Whom: Ulrich Spoerlein <q@galgenberg.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmwifi
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 1
|
|
DISTVERSIONSUFFIX=-bsd
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://digitalssg.net/debian/
|
|
|
|
MAINTAINER= q@galgenberg.net
|
|
COMMENT= Dockapp displaying the signal strength of WiFi connection
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ENV+= "CPPFLAGS=-I${X11BASE}/include"
|
|
|
|
PLIST_FILES= bin/wmwifi
|
|
|
|
.include <bsd.port.mk>
|