2009-12-15 20:05:30 +01:00
|
|
|
# New ports collection makefile for: plasma-applet-fancytasks
|
|
|
|
# Date created: 2009-12-06
|
|
|
|
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fancytasks
|
2012-05-25 04:18:35 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2009-12-15 20:05:30 +01:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
|
|
|
|
PKGNAMEPREFIX= plasma-applet-
|
|
|
|
DISTNAME= 99737-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
|
|
COMMENT= Plasmoid fancy representation of your tasks and launchers
|
|
|
|
|
2011-09-15 21:17:27 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2009-12-15 20:05:30 +01:00
|
|
|
LIB_DEPENDS= qimageblitz.4:${PORTSDIR}/x11/qimageblitz
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_CMAKE= yes
|
|
|
|
USE_KDE4= automoc4 kdeprefix kdelibs kdebase workspace
|
2012-06-06 08:44:37 +02:00
|
|
|
USE_QT4= gui dbus network opengl svg phonon webkit xml \
|
2009-12-15 20:05:30 +01:00
|
|
|
qmake_build moc_build rcc_build uic_build
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|