freebsd-ports/sysutils/wmavgload/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

23 lines
492 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
PLIST_FILES= bin/wmavgload
ALL_TARGET= wmavgload
.include <bsd.port.mk>