summaryrefslogtreecommitdiffstats
path: root/sysutils/wmbsdbatt/Makefile
blob: 63bd698aa514f7c49f067b4d74beb8217b6a28ee (plain)
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
# New ports collection Makefile for: 	wmbsdbatt
# Date created:				04 Feb 2004
# Whom:					Josef El-Rayes <josef@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=	wmbsdbatt
PORTVERSION=	0.1
CATEGORIES=	sysutils windowmaker
MASTER_SITES=	http://homepage.univie.ac.at/l.ertl/wmbsdbatt/files/ \
		http://www.daemon.li/distfiles/

MAINTAINER=	josef@FreeBSD.org
COMMENT=	"dockapp for battery & temperature monitoring through ACPI"

USE_XLIB = yes
USE_XPM = yes

PLIST_FILES=	bin/wmbsdbatt

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/wmbsdbatt ${PREFIX}/bin

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
IGNORE=		Does not compile on 4.x
.endif

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud