mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
f5fd241497
signal strength in a nice graph on your X11 root desktop. WWW: http://shapeshifter.se/code/xwlans/ PR: ports/69822 Submitted by: Fredrik Lindberg <fredde@shapeshifter.se>
21 lines
493 B
Makefile
21 lines
493 B
Makefile
# Ports collection makefile for: xwlans
|
|
# Date created: 30 July 2004
|
|
# Whom: Fredrik Lindberg <fredde@shapeshifter.se>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xwlans
|
|
PORTVERSION= 0.1.2
|
|
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.mk>
|