blob: 430def0d3f548f47f57c2275f3846aee877ba2c1 (
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
|
# New ports collection makefile for: wmnet2
# Date created: 7 September 2001
# Whom: Paolo Pisati <flag@libero.it>
#
# $FreeBSD$
#
PORTNAME= wmnet2
PORTVERSION= 1.06
PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= http://mirror2.unixfreunde.de/ \
http://freebsd.unixfreunde.de/sources/
DISTNAME= wmnet-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A nice network monitor for WindowMaker
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= wmnet2.1
PLIST_FILES= bin/wmnet2
.include <bsd.port.mk>
|