freebsd-ports/sysutils/wmavgload/Makefile
Martin Wilke 4118527805 - Respect X11BASE
PR:		ports/105828
Submitted by:	trasz
2006-11-24 22:56:07 +00:00

27 lines
564 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/old/srcs/utils
MAINTAINER= ports@FreeBSD.org
COMMENT= Another WindowMaker load gauge
USE_IMAKE= yes
USE_XPM= yes
ALL_TARGET= wmavgload
NO_INSTALL_MANPAGES= yes
PLIST_FILES= bin/wmavgload
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmavgload ${PREFIX}/bin
.include <bsd.port.mk>