mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
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
23 lines
652 B
Makefile
23 lines
652 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geekclock
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 13
|
|
CATEGORIES= x11-clocks deskutils kde
|
|
MASTER_SITES= http://w2f2.com/projects/${PORTNAME}/
|
|
PKGNAMEPREFIX= plasma-applet-
|
|
DISTNAME= geek-clock-plasmoid-${PORTVERSION}-src
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= KDE4 geeky analog clock plasma applet
|
|
|
|
USES= cmake kde:4
|
|
USE_KDE= automoc4 kdelibs workspace
|
|
USE_QT4= gui dbus network opengl svg webkit xml \
|
|
qmake_build moc_build rcc_build uic_build
|
|
|
|
PLIST_FILES= lib/kde4/plasma_applet_geekclock.so \
|
|
share/apps/desktoptheme/default/widgets/geekclock.svgz \
|
|
share/kde4/services/plasma-applet-geekclock.desktop
|
|
|
|
.include <bsd.port.mk>
|