diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 2000-11-07 10:37:15 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 2000-11-07 10:37:15 +0000 |
commit | 13c9de5fb2b775727d15bd04676f1ae8b0f056f8 (patch) | |
tree | 3ac7e0a24d3b2f1b4125153e210f0d9c92470c16 | |
parent | bd50d1d78e533304e202b13e195341be59ebca94 (diff) |
Notes
-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 |