1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/wmwifi/Makefile
Pav Lucistnik 4e37af4595 - The code walking the interface list will issue the SIOCGIFMEDIA ioctl to
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)
2005-07-13 21:35:27 +00:00

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>