opnsense-ports/sysutils/plasma-applet-apcups/Makefile
Franco Fichtner 2c32c04423 */*: sync with upstream
Taken from: FreeBSD
2016-05-26 07:35:16 +02:00

20 lines
428 B
Makefile

# $FreeBSD$
PORTNAME= apcups
PORTVERSION= 0.2.1
PORTREVISION= 3
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
USES= cmake gettext
USE_KDE4= automoc4 kdelibs
USE_QT4= qmake_build moc_build rcc_build uic_build
.include <bsd.port.mk>