diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-05-03 21:32:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-05-03 21:32:03 +0000 |
commit | 132ccffcc2afb3486e07a2b356e69d75cc660b6f (patch) | |
tree | 525e140455e1c62437e8dfea3359fef929dd6df8 /net/wmwlmon | |
parent | 8708e9b82cbe8a64adced0f0fa301d6aaf6776ed (diff) |
Notes
Diffstat (limited to 'net/wmwlmon')
-rw-r--r-- | net/wmwlmon/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/wmwlmon/Makefile b/net/wmwlmon/Makefile index 204441684a2e..13984f83d48a 100644 --- a/net/wmwlmon/Makefile +++ b/net/wmwlmon/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.nazgul.ch/dev/ \ http://dougbarton.us/Downloads/ DISTNAME= wmwlmon-${PORTVERSION} -MAINTAINER= marcus@nazgul.ch +MAINTAINER= ports@FreeBSD.org COMMENT= DockApp showing the state of a wireless network device USE_XORG= x11 xpm @@ -24,11 +24,14 @@ PLIST_FILES= bin/wmwlmon .include <bsd.port.pre.mk> .if ${OSVERSION} < 600100 -BROKEN= Needs WLAN infrastructure from 6.0-RELEASE or newer +IGNORE= needs WLAN infrastructure from 6.0-RELEASE or newer .elif ${OSVERSION} >= 700042 BROKEN= Does not compile with GCC 4.2 .endif +DEPRECATED= Does not work after removal of wi_req +EXPIRATION_DATE= 2008-07-03 + post-patch: ${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.presed ${SED} -e 's#/usr/X11R6#${LOCALBASE}#g' \ |