1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/deskutils/plasma-applet-cwp/Makefile
David Naylor e1023cdd5f Update deskutils/plasma-applet-cwp to 1.11.0.
ChangeLog:
- xml: gismeteo.com: fixed
- removed freemeteo.com due to severe site changes, rendering access impossible
2014-04-27 07:41:36 +00:00

24 lines
570 B
Makefile

# Created by: Stas Timokhin <stast@bsdportal.ru>
# $FreeBSD$
PORTNAME= cwp
PORTVERSION= 1.11.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
USES= cmake gettext tar:bzip2
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>