1d0dd03a73
- Integrated NetBSD ioctl driver (modified) from Rui Paulo. - Fixed buffer overflow in draw_rate, exposed in 64 sistems due to extended precision in floating point values. - Include Becker's changes for trend support and set trend support on by default. - Integrate FreeBSD's driver patch. - Do not blink leds when an interface is offline - Do not require 'link_up' in solaris_kstat (but use it if present), since on OpenSolaris many nic drivers seem to be broken. - Fix the installation path of wmndrc.
17 lines
467 B
Makefile
17 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/11/16 07:17:24 shattered Exp $
|
|
|
|
DISTNAME= wmnd-0.4.17
|
|
CATEGORIES= net x11
|
|
MASTER_SITES= http://www.thregr.org/~wavexx/software/wmnd/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.thregr.org/~wavexx/software/wmnd/
|
|
COMMENT= Dockable network monitor
|
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|