This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
24 lines
581 B
Makefile
24 lines
581 B
Makefile
# Created by: Stas Timokhin <stast@bsdportal.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cwp
|
|
PORTVERSION= 1.12.1
|
|
PORTREVISION= 2
|
|
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 kde:4 tar:bzip2
|
|
USE_KDE= automoc4 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>
|