summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorrse <rse@FreeBSD.org>2000-11-07 10:37:15 +0000
committerrse <rse@FreeBSD.org>2000-11-07 10:37:15 +0000
commit478bdfb42ddbec203e45a9cc14a614a50a1e006c (patch)
tree0accac38bb6890317aab8abe9d5358771b3845d6 /misc
parent41a5fc68522c98400f44595c610547d37c11fa38 (diff)
downloadFreeBSD-ports-478bdfb42ddbec203e45a9cc14a614a50a1e006c.zip
FreeBSD-ports-478bdfb42ddbec203e45a9cc14a614a50a1e006c.tar.gz
Add KHotKeys, a very useful addon for KDE 1.x
which provides global hotkey support - fully integrated into the KDE Configuration Manager.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/khotkeys/Makefile36
-rw-r--r--misc/khotkeys/distinfo1
-rw-r--r--misc/khotkeys/pkg-comment1
-rw-r--r--misc/khotkeys/pkg-descr1
-rw-r--r--misc/khotkeys/pkg-plist1
6 files changed, 41 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 444acb9..5f0d5ea 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -77,6 +77,7 @@
SUBDIR += kdeutils11
SUBDIR += kdeutils2
SUBDIR += kdirstat
+ SUBDIR += khotkeys
SUBDIR += kp
SUBDIR += kwatch
SUBDIR += lc
diff --git a/misc/khotkeys/Makefile b/misc/khotkeys/Makefile
new file mode 100644
index 0000000..f1a5f13
--- /dev/null
+++ b/misc/khotkeys/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: khotkeys
+# Date created: 06 Nov 2000
+# Whom: rse@engelschall.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= khotkeys
+PORTVERSION= 1.0.4
+CATEGORIES= misc kde
+MASTER_SITES= http://dforce.sh.cvut.cz/~seli/en/khotkeys/
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \
+ kdeui.3:${PORTSDIR}/x11/kdelibs11 \
+ kfm.3:${PORTSDIR}/x11/kdelibs11 \
+ kfile.3:${PORTSDIR}/x11/kdelibs11
+
+NO_LATEST_LINK= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_NEWGCC= yes
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= "--with-qt-includes=${QTDIR}/include/X11/qt" \
+ "--with-extra-includes=${LOCALBASE}/include" \
+ "--with-extra-libs=${LOCALBASE}/lib"
+CONFIGURE_ENV= MOC=${X11BASE}/bin/moc QTDIR=${QTDIR}
+
+.if defined(PREFIX)
+QTDIR?= ${PREFIX}
+.else
+QTDIR?= ${X11BASE}
+.endif
+
+.include <bsd.port.mk>
diff --git a/misc/khotkeys/distinfo b/misc/khotkeys/distinfo
new file mode 100644
index 0000000..bedf300
--- /dev/null
+++ b/misc/khotkeys/distinfo
@@ -0,0 +1 @@
+MD5 (khotkeys-1.0.4.tar.bz2) = 80ecdb78e2e6c8e59ec68c6f4f8db42b
diff --git a/misc/khotkeys/pkg-comment b/misc/khotkeys/pkg-comment
new file mode 100644
index 0000000..312d048
--- /dev/null
+++ b/misc/khotkeys/pkg-comment
@@ -0,0 +1 @@
+Global Hotkey Support for KDE 1.x
diff --git a/misc/khotkeys/pkg-descr b/misc/khotkeys/pkg-descr
new file mode 100644
index 0000000..312d048
--- /dev/null
+++ b/misc/khotkeys/pkg-descr
@@ -0,0 +1 @@
+Global Hotkey Support for KDE 1.x
diff --git a/misc/khotkeys/pkg-plist b/misc/khotkeys/pkg-plist
new file mode 100644
index 0000000..526cab4
--- /dev/null
+++ b/misc/khotkeys/pkg-plist
@@ -0,0 +1 @@
+bin/khotkeys
OpenPOWER on IntegriCloud