737c1cc56d
This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
23 lines
593 B
Makefile
23 lines
593 B
Makefile
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fancytasks
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 8
|
|
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 kde:4 tar:bzip2
|
|
USE_KDE= automoc4 kdelibs workspace qimageblitz
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|