diff options
Diffstat (limited to 'sysutils/plasma-applet-apcups/Makefile')
-rw-r--r-- | sysutils/plasma-applet-apcups/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/plasma-applet-apcups/Makefile b/sysutils/plasma-applet-apcups/Makefile new file mode 100644 index 000000000000..c2d705409dc3 --- /dev/null +++ b/sysutils/plasma-applet-apcups/Makefile @@ -0,0 +1,26 @@ +# 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> |