1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/deskutils/plasma-applet-panelspacer/Makefile
Martin Wilke e87d80fc4e Panel Spacer is a Plasma applet for KDE4 that lets you put some blank space
between the other applets located in a panel. You can set a minimum fixed size
and/or allow the spacer to stretch if there is free space on the right.
Optionally, you can display a thin separator line.

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

PR:		ports/127956
Submitted by:	Jason E. Hale <bsdkaffee at gmail.com>
2008-10-12 09:23:58 +00:00

30 lines
785 B
Makefile

# New ports collection makefile for: plasma-applet-panelspacer
# Date Created: 2008-10-03
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
#
# $FreeBSD$
#
PORTNAME= panelspacer
PORTVERSION= 0.1
CATEGORIES= deskutils kde
MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/
PKGNAMEPREFIX= plasma-applet-
DISTNAME= 89304-${PORTNAME}${PORTVERSION}
MAINTAINER= bsdkaffee@gmail.com
COMMENT= Panel spacer plasma applet for KDE4
USE_CMAKE= yes
USE_KDE4= automoc4 kdeprefix workspace
USE_QT_VER= 4
QT_COMPONENTS= gui dbus network opengl svg webkit xml \
qmake_build moc_build rcc_build uic_build
WRKSRC= ${WRKDIR}/plasmaspacer_${PORTVERSION}
PLIST_FILES= lib/kde4/plasma_applet_panelspacer.so \
share/kde4/services/plasma-applet-panelspacer.desktop
.include <bsd.port.mk>