diff options
author | rse <rse@FreeBSD.org> | 2000-11-07 18:37:15 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 2000-11-07 18:37:15 +0800 |
commit | 478bdfb42ddbec203e45a9cc14a614a50a1e006c (patch) | |
tree | 0accac38bb6890317aab8abe9d5358771b3845d6 /misc | |
parent | 41a5fc68522c98400f44595c610547d37c11fa38 (diff) | |
download | freebsd-ports-gnome-478bdfb42ddbec203e45a9cc14a614a50a1e006c.tar.gz freebsd-ports-gnome-478bdfb42ddbec203e45a9cc14a614a50a1e006c.tar.zst freebsd-ports-gnome-478bdfb42ddbec203e45a9cc14a614a50a1e006c.zip |
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/Makefile | 1 | ||||
-rw-r--r-- | misc/khotkeys/Makefile | 36 | ||||
-rw-r--r-- | misc/khotkeys/distinfo | 1 | ||||
-rw-r--r-- | misc/khotkeys/pkg-comment | 1 | ||||
-rw-r--r-- | misc/khotkeys/pkg-descr | 1 | ||||
-rw-r--r-- | misc/khotkeys/pkg-plist | 1 |
6 files changed, 41 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 444acb9855b0..5f0d5ea45ca8 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 000000000000..f1a5f138290e --- /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 000000000000..bedf300ecd2b --- /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 000000000000..312d04827ecf --- /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 000000000000..312d04827ecf --- /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 000000000000..526cab4f811c --- /dev/null +++ b/misc/khotkeys/pkg-plist @@ -0,0 +1 @@ +bin/khotkeys |