aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmlmmon/Makefile
blob: c780dd55b3f7e608b5e84e8acb625bf90e78b792 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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>