blob: 684362e58810e0768dbe14abaf12b9de2dd5d4f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.12 2006/10/04 21:53:18 wiz Exp $
DISTNAME= wmnet-1.06
PKGREVISION= 5
CATEGORIES= net x11
MASTER_SITES= http://www.katharineosborne.com/wmnet/
# Random patches:
# http://www.rampant.org/~dp/software/wmnet.solaris.patch -- included
# http://glitchy.net/code/wmnet/wmnet-1.06-ul_fix.diff
# http://mail.afterstep.org/pipermail/as-users/2004-December/001457.html
MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.katharineosborne.com/wmnet/
COMMENT= Dockable network monitor
USE_IMAKE= YES
.include "../../mk/bsd.pkg.mk"
|