a8b586f9a9
* gkrellm 2.2.0 * mms 2.1.19 * mss 2.5 * sun 0.11.0 * volume 2.1.9 * wireless 2.0.3 This also updates the dependancy on gkrellm to a minimum of 2.2.0, since there are several updates that require some of the new functions. From: Peter Hessler <spambox@theapt.org>
18 lines
433 B
Makefile
18 lines
433 B
Makefile
# $OpenBSD: Makefile,v 1.2 2004/05/18 14:49:56 naddy Exp $
|
|
|
|
COMMENT= "GkrellM2 plugin to monitor wireless strength"
|
|
|
|
VERSION= 2.0.3
|
|
DISTNAME= gkrellmwireless-${VERSION}
|
|
PKGNAME= gkrellm-wireless-${VERSION}
|
|
CATEGORIES= net sysutils/gkrellm
|
|
|
|
HOMEPAGE= http://gkrellm.luon.net/gkrellmwireless.phtml
|
|
|
|
MASTER_SITES= http://gkrellm.luon.net/files/
|
|
|
|
WRKDIST= ${WRKDIR}/gkrellmwireless
|
|
PLUGIN= ${WRKSRC}/wireless.so
|
|
|
|
.include <bsd.port.mk>
|