22 lines
465 B
Makefile
22 lines
465 B
Makefile
# New ports collection makefile for: wmavgload
|
|
# Date created: 20 July 1998
|
|
# Whom: Vladimir Kushnir <kushn@mail.kar.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmavgload
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= sysutils windowmaker
|
|
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER}
|
|
MASTER_SITE_SUBDIR= contrib/srcs/utils
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Another WindowMaker load gauge
|
|
|
|
USE_IMAKE= yes
|
|
USE_XPM= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
ALL_TARGET= wmavgload
|
|
|
|
.include <bsd.port.mk>
|