freebsd-ports/sysutils/wmavgload/Makefile
Baptiste Daroussin b256c38cb5 Deprecate unmaintained ports from sysutils where upstream disapear and/or
 where no distfiles can be found and are not used by maintained ports
2011-03-13 12:21:37 +00:00

31 lines
685 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
PORTREVISION= 1
CATEGORIES= sysutils windowmaker
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER}
MASTER_SITE_SUBDIR= contrib/old/srcs/utils
MAINTAINER= ports@FreeBSD.org
COMMENT= Another WindowMaker load gauge
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
USE_IMAKE= yes
USE_XORG= xpm
ALL_TARGET= wmavgload
NO_INSTALL_MANPAGES= yes
PLIST_FILES= bin/wmavgload
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmavgload ${PREFIX}/bin
.include <bsd.port.mk>