aboutsummaryrefslogtreecommitdiff
path: root/deskutils/plasma-applet-simpleweatherforecast/Makefile
blob: 51628e3da7cf487639cca848c020709430c27759 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	plasma-applet-simpleweatherforecast
# Date created:		2009-03-04
# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#

PORTNAME=	simpleweatherforecast
PORTVERSION=	1.2
PORTREVISION=	2
CATEGORIES=	deskutils kde
MASTER_SITES=	http://kde-look.org/CONTENT/content-files/
PKGNAMEPREFIX=	plasma-applet-
DISTNAME=	92149-plasma-weatherforecast-1.2-kde-4.2

MAINTAINER=	g.veniamin@googlemail.com
COMMENT=	Weather plasma applet for KDE4

RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget

USE_BZIP2=	yes
USE_CMAKE=	yes
USE_KDE4=	automoc4 kdeprefix kdelibs
USE_QT_VER=	4
QT_COMPONENTS=	gui dbus network opengl svg webkit xml \
		qmake_build moc_build rcc_build uic_build

WRKSRC=		${WRKDIR}/plasma-weatherforecast-1.2-kde-4.2

.include <bsd.port.mk>