3da0c7885a
A KDE Plasma applet that monitors uninterruptible power supplies controlled by apcupsd <http://www.apcupsd.com/>. It can connect to any UPS (or more precisely: any apcupsd daemon) which is reachable over the network. WWW: http://code.google.com/p/plasma-apcups/
26 lines
590 B
Makefile
26 lines
590 B
Makefile
# New ports collection makefile for: plasma-applet-apcups
|
|
# Date created: 2010-08-18
|
|
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= apcups
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= plasma-applet-
|
|
DISTNAME= plasma-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Plasma applet to monitor the status of APC UPS
|
|
|
|
PROJECTHOST= plasma-apcups
|
|
|
|
USE_CMAKE= yes
|
|
USE_KDE4= automoc4 kdeprefix kdelibs
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.mk>
|