1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/sysutils/plasma-applet-apcups/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

21 lines
430 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
USE_KDE4= automoc4 kdeprefix kdelibs
USE_QT4= qmake_build moc_build rcc_build uic_build
.include <bsd.port.mk>