b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
28 lines
835 B
Makefile
28 lines
835 B
Makefile
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= simpleweatherforecast
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 9
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
|
|
PKGNAMEPREFIX= plasma-applet-
|
|
DISTNAME= 92149-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Weather plasma applet for KDE4
|
|
|
|
RUN_DEPENDS= wget:ftp/wget
|
|
|
|
USES= cmake kde:4 qt:4
|
|
USE_KDE= automoc4 kdelibs
|
|
USE_QT= 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>
|