freebsd-ports/x11-clocks/plasma-applet-adjustableclock/Makefile
Alberto Villa e826af2652 Adjustable Clock is a KDE 4 plasma applet that displays the date and time in a
highly configurable manner.

Features include:
- Fully customizable date format
- Format can be adjusted with rich text editor or source editor (HTML and CSS)
- Context menu with actions to copy formatted date and time to clipboard
- Option to set time difference to time from data engine
- Adjustable tool tip

WWW: http://kde-look.org/content/show.php?content=92825

PR:		ports/155124
Submitted by:	Jason E. Hale <bsdkaffee at gmail.com>
2011-03-09 13:15:20 +00:00

33 lines
779 B
Makefile

# New ports collection makefile for: plasma-applet-adjustableclock
# Date Created: 2011-02-23
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
#
# $FreeBSD$
#
PORTNAME= adjustableclock
PORTVERSION= 2.6.1
CATEGORIES= x11-clocks deskutils kde
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
PKGNAMEPREFIX= plasma-applet-
DISTNAME= 92825-${PORTNAME}-${PORTVERSION}
MAINTAINER= bsdkaffee@gmail.com
COMMENT= Highly configurable clock plasmoid for KDE4
USE_BZIP2= yes
USE_CMAKE= yes
USE_GETTEXT= yes
USE_KDE4= automoc4 kdeprefix workspace
USE_QT_VER= 4
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
CMAKE_ARGS= -Wno-dev
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>