freebsd-ports/deskutils/plasma-applet-yawp/Makefile
Tobias C. Berner 737c1cc56d Rename KDE4 meta ports
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
2018-02-10 10:29:51 +00:00

21 lines
443 B
Makefile

# $FreeBSD$
PORTNAME= yawp
PORTVERSION= 0.4.5
PORTREVISION= 7
CATEGORIES= deskutils kde
MASTER_SITES= SF
PKGNAMEPREFIX= plasma-applet-
MAINTAINER= jhale@FreeBSD.org
COMMENT= KDE4 weather plasma applet
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE-GPL2
USES= cmake gettext kde:4 tar:bzip2
USE_KDE= automoc4 kdelibs workspace
USE_QT4= corelib dbus gui network svg xml \
qmake_build moc_build rcc_build uic_build
.include <bsd.port.mk>