# Ports collection makefile for:	xwlans
# Date created:				30 July 2004
# Whom:					Fredrik Lindberg <fredde@shapeshifter.se>
#
# $FreeBSD: ports/sysutils/xwlans/Makefile,v 1.3 2007/09/30 10:09:26 linimon Exp $
#

PORTNAME=	xwlans
PORTVERSION=	0.1.2
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://shapeshifter.se/code/xwlans/release/ \
		http://mirror.shapeshifter.se/code/xwlans/release/

MAINTAINER=	fli@shapeshifter.se
COMMENT=	Utilty to display your wavelan signal strength on the X11 root-display

USE_X_PREFIX=	yes
PLIST_FILES=	bin/xwlans

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN=		Does not compile with GCC 4.2
.endif

.include <bsd.port.post.mk>