freebsd-ports/deskutils/plasma-applet-cwp/Makefile
David Naylor 8134e0e1c3 Update deskutils/plasma-applet-cwp to 1.9.0.
ChangeLog:
 - xml: openweathermap.org: initial support (WARNING: all configurations need to be updated!)
 - xml: uk.weather.com: sunrise / sunset fixed
 - xml: espanol.weather.com: sunrise / sunset and wind direction fixed
 - xml: in.weather.com: sunrise / sunset fixed
2013-11-07 15:37:53 +00:00

24 lines
574 B
Makefile

# Created by: Stas Timokhin <stast@bsdportal.ru>
# $FreeBSD$
PORTNAME= cwp
PORTVERSION= 1.9.0
CATEGORIES= deskutils kde
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
PKGNAMEPREFIX= plasma-applet-
DISTNAME= 98925-cwp-${PORTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= Weather plasma applet for KDE4
LICENSE= GPLv3
USE_BZIP2= yes
USES= cmake gettext
USE_KDE4= automoc4 kdeprefix kdelibs
USE_QT4= gui dbus network opengl svg phonon webkit xml \
qmake_build moc_build rcc_build uic_build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>