freebsd-ports/deskutils/plasma-applet-yawp/Makefile
Jason E. Hale f1327fae9d Deprecate KDE4 plasma applets that I maintain. KDE4 is now marked DEPRECATED
and these are useless outside of the KDE4 workspace.
2018-08-30 22:35:20 +00:00

24 lines
510 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
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
USES= cmake gettext kde:4 qt:4 tar:bzip2
USE_KDE= automoc4 kdelibs workspace
USE_QT= corelib dbus gui network svg xml \
qmake_build moc_build rcc_build uic_build
.include <bsd.port.mk>