1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/wmbsdbatt/Makefile
Soeren Straarup 7d5ce29fac Print current CPU frequency
PR:		ports/126391
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com>
2008-08-11 06:44:18 +00:00

24 lines
530 B
Makefile

# New ports collection Makefile for: wmbsdbatt
# Date created: 04 Feb 2004
# Whom: Josef El-Rayes <josef@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= wmbsdbatt
PORTVERSION= 0.1
PORTREVISION= 3
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://homepage.univie.ac.at/l.ertl/wmbsdbatt/files/
MAINTAINER= xride@FreeBSD.org
COMMENT= Dockapp for battery & temperature monitoring through ACPI
USE_XORG= x11 xpm
PLIST_FILES= bin/wmbsdbatt
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmbsdbatt ${PREFIX}/bin
.include <bsd.port.mk>