blob: 4524e5b0f19da11a279834d4f33f2b5c5c607ce4 (
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
|
# 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/
MAINTAINER= ports@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>
|