freebsd-ports/sysutils/wmbsdbatt/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

24 lines
539 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= 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.mk>