freebsd-ports/sysutils/wmlmmon/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
732 B
Makefile

# New ports collection makefile for: wmlmmon
# Date created: 24 September 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= wmlmmon
PORTVERSION= 0.60
PORTREVISION= 1
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.fxp.org/~jedgar/wmlmmon/
MAINTAINER= ports@FreeBSD.org
COMMENT= WM dock app to display info from MB power management controllers
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
ONLY_FOR_ARCHS= i386
USE_XORG= xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xpm-includes=${LOCALBASE}/include \
--with-xpm-libraries=${LOCALBASE}/lib
MAN8= wmlmmon.8
MANCOMPRESSED= yes
PLIST_FILES= bin/wmlmmon
.include <bsd.port.mk>