23 lines
433 B
Makefile
23 lines
433 B
Makefile
# New ports collection makefile for: wmnet2
|
|
# Date created: 7 September 2001
|
|
# Whom: Paolo Pisati <flag@libero.it>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmnet2
|
|
PORTVERSION= 1.06
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.digitalkaos.net/linux/wmnet/download/
|
|
DISTNAME= wmnet-${PORTVERSION}
|
|
|
|
MAINTAINER= flag@libero.it
|
|
COMMENT= A cool network monitor for WindowMaker
|
|
|
|
USE_IMAKE= yes
|
|
|
|
MAN1= wmnet2.1
|
|
|
|
.include <bsd.port.mk>
|