mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
c8e27ac5dc
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>
31 lines
622 B
Makefile
31 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>
|