freebsd-ports/sysutils/plasma-applet-apcups/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

20 lines
434 B
Makefile

# $FreeBSD$
PORTNAME= apcups
PORTVERSION= 0.2.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
USES= cmake
USE_KDE4= automoc4 kdeprefix kdelibs
USE_QT4= qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>