summaryrefslogtreecommitdiff
path: root/deskutils/plasma-applet-panelspacer/Makefile
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2014-06-03 16:20:47 +0000
committerJason E. Hale <jhale@FreeBSD.org>2014-06-03 16:20:47 +0000
commit86f6ecc83f64e36d42f934fee5cfcdaecbc69927 (patch)
treeea2032cf7a668a0dc55ad89d96d1f56c098e197b /deskutils/plasma-applet-panelspacer/Makefile
parent- STAGEify (diff)
- STAGEify
- Add LICENSE where needed - Make COMMENT more concise - Convert USE_BZIP2 -> USES=tar:bzip2
Notes
Notes: svn path=/head/; revision=356376
Diffstat (limited to 'deskutils/plasma-applet-panelspacer/Makefile')
-rw-r--r--deskutils/plasma-applet-panelspacer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/plasma-applet-panelspacer/Makefile b/deskutils/plasma-applet-panelspacer/Makefile
index c2888937d6e9..80a2731c2cc2 100644
--- a/deskutils/plasma-applet-panelspacer/Makefile
+++ b/deskutils/plasma-applet-panelspacer/Makefile
@@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-plasmoid-${PORTVERSION}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Panel spacer plasma applet for KDE4
+LICENSE= GPLv2
+
USES= cmake
USE_KDE4= automoc4 kdeprefix workspace
USE_QT4= gui dbus network opengl svg webkit xml \
@@ -21,5 +23,4 @@ WRKSRC= ${WRKDIR}/Panelspacer_from_svn_pour_kdelook-tmp
PLIST_FILES= lib/kde4/plasma_applet_panelspacer.so \
share/kde4/services/plasma-applet-panelspacer.desktop
-NO_STAGE= yes
.include <bsd.port.mk>