freebsd-ports/net/wmwave/Makefile
Edwin Groothuis c8e27ac5dc patch: net/wmwave: more portable data gathering
wmwave works on Prism cards but not on Lucent ones (minipci
	and PCMCIA tested) since wireq.wi_val is empty. I've patched
	it to use a more portable way for data acquisition known
	from gkrellm and other tools.

PR:		ports/54511
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
Approved by:	Bruce M Simpson <bms@spc.org>
2003-08-30 06:55:15 +00:00

30 lines
622 B
Makefile

# New ports collection makefile for: wmwave
# Date created: 27 December 2001
# Whom: Bruce M Simpson <bms@spc.org>
#
# $FreeBSD$
#
PORTNAME= wmwave
PORTVERSION= 0.4
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.schuermann.org/~dockapps/dist/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/}
EXTRACT_SUFX= .tgz
MAINTAINER= bms@spc.org
COMMENT= Display 802.11 status in the WindowMaker Dock
MAKEFILE= ${FILESDIR}/Makefile
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_XPM= yes
MAKE_ENV= MANPREFIX=${MANPREFIX}
MAN1= wmwave.1
MANCOMPRESSED= yes
# configure is a no-op for this port.
do-configure:
.include <bsd.port.mk>