blob: ce9a18ecc6f5f4c963f647cdc0120377483bf8fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: xwipower
# Date created: 05 July 2000
# Whom: sumikawa
#
# $FreeBSD$
#
PORTNAME= xwipower
PORTVERSION= 20000623
PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.fumi.org/pub/xwipower/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Wave power level meter for wi(4)
ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/xwipower
USE_IMAKE= yes
USE_XORG= ice sm x11 xaw xext xmu xt xpm
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700053
BROKEN= Use obsoleted wireless lan API
.endif
.include <bsd.port.post.mk>
|