freebsd-ports/sysutils/wmbsdbatt/Makefile

24 lines
530 B
Makefile
Raw Normal View History

# 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/
2008-06-27 19:43:55 +02:00
MAINTAINER= xride@FreeBSD.org
2006-07-27 08:33:44 +02:00
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>