de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
33 lines
980 B
Makefile
33 lines
980 B
Makefile
# 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.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
|
|
PKGNAMEPREFIX= plasma-applet-
|
|
DISTNAME= 92149-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= Weather plasma applet for KDE4
|
|
|
|
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
|
|
|
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-${PORTNAME}-${PORTVERSION}-kde-4.3.80
|
|
|
|
PLIST_FILES= lib/kde4/plasma_applet_simpleweatherforecast.so \
|
|
share/apps/desktoptheme/default/widgets/plasma-simpleweatherforecast.svg \
|
|
share/kde4/services/plasma-applet-simpleweatherforecast.desktop
|
|
|
|
.include <bsd.port.mk>
|