freebsd-ports/deskutils/plasma-applet-fancytasks/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

23 lines
598 B
Makefile

# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$
PORTNAME= fancytasks
PORTVERSION= 1.1.0
PORTREVISION= 6
CATEGORIES= deskutils
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
PKGNAMEPREFIX= plasma-applet-
DISTNAME= 99737-${PORTNAME}-${PORTVERSION}
MAINTAINER= vg@FreeBSD.org
COMMENT= Plasmoid fancy representation of your tasks and launchers
LICENSE= GPLv2
USES= cmake tar:bzip2
USE_KDE4= automoc4 kdeprefix kdelibs workspace qimageblitz
USE_QT4= qmake_build moc_build rcc_build uic_build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>